What is the mistake | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the mistake

public class Program { public static void main(String[ ] args) { System.out.println("java is fun"); //print "Java is fun"; } }

15th Nov 2021, 11:26 AM
Achraf Soua
2 Answers
+ 3
Lower case J in your String
15th Nov 2021, 11:30 AM
William Owens
William Owens - avatar
+ 1
Achraf Soua Did you see commented line?
15th Nov 2021, 11:39 AM
A͢J
A͢J - avatar