Answer the question
In order to leave comments, you need to log in
How to draw a circle with asterisks in Java?
You need to draw a circle with stars with a given radius. Not necessarily JAVA, you can use any other language, I understand.
Answer the question
In order to leave comments, you need to log in
i - iterator from 0 to Pi
r - radius
x:=sin(i)*r;
y:=cos(i)*r;
put a star on x,y and play with the increment.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question