+ 1
Can I use solo learn to create application
2 Answers
0
SoloLearn is a great online text editor, and people have made small projects on it as well. If you want to do serious programming work, however, you may want to consider downloading a text editor instead. I recommend Eclipse since it is a more powerful free text editor available and has a auto fill feature that I find useful. It also auto compiles so you don't have to worry about compiling code for errors manually. There are more than just Eclipse, such as Microsoft Visual Studios. just be sure the text editor you download is the right one, you don't want a text editor for c++ when writing Java for example.
0
Thanks I'll do just that