How can we produce graphical outputs using the code playground? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How can we produce graphical outputs using the code playground?

I've seen PHP and Web codes do it, but I wonder if there are ways to do so using other languages available, like Java?

8th Aug 2017, 3:18 AM
SMMH
SMMH - avatar
3 Respuestas
+ 8
Because Code Playground does not support some libraries.
8th Aug 2017, 3:45 AM
Hatsy Rei
Hatsy Rei - avatar
+ 6
For Java, C++, Python, Ruby, non-web console-based codes, the only thing graphical you can do on Code Playground would be ASCII art.
8th Aug 2017, 3:28 AM
Hatsy Rei
Hatsy Rei - avatar
+ 2
But in other compilers, console is just one kind of showing outputs. For example we have the StdDraw library for Java which can be used to draw almost anything and is supported by almost every Java compiler except SoloLearn's code playground.
8th Aug 2017, 3:33 AM
SMMH
SMMH - avatar