How to draw something in Java on SoloLearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to draw something in Java on SoloLearn?

With some programs I am able to draw something in Java like a Cirle. Am I able to do this on Sololearn too?

4th Mar 2019, 5:39 PM
Ben Reger
Ben Reger - avatar
3 Answers
+ 19
● you can use special characters like "*" , "
quot; etc to draw some shapes. ● you can draw circle using general equation of circle or parametric equation of circle, I might have seen both of approaches in codes here. //you can even find some codes on circles using search feature.
5th Mar 2019, 12:06 AM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 5
//hey Ben Reger You cannot run Graphics on sololearn code playground, Please you external IDE
4th Mar 2019, 5:52 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
Okay, thaks
4th Mar 2019, 5:55 PM
Ben Reger
Ben Reger - avatar