+ 1
Is here any error?
Class Myfirstprogram { Public static void main (Strings args[]) { System.Out.Println("Hello"); } }
2 Answers
+ 10
Upper case and lower case should be taken care of.
https://code.sololearn.com/cYQDqLO8z5kU/?ref=app
+ 2
Thank you