0
Error
I am a first-time learner of Java, and just experimenting with the basics. I tried to run my code by myself, but it kept saying I had an error which I could not find. Could someone tell me what is wrong with my code? class Myclass { public static void main (String[]args) { System.out.printIn("Hi"); } }
1 Réponse
0
Thank you, I was also wondering if I needed to master Java first in order to move into other languages such as python?