Can someone correct for me this please !?! I tried it so many times but they told me there is an error which I dont understand ! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone correct for me this please !?! I tried it so many times but they told me there is an error which I dont understand !

class Maryam { public static void main(string[ ] args) { System.out.println("it is my first day"); } }

2nd Jan 2018, 2:29 PM
Maryam Ben Abbou
Maryam Ben Abbou - avatar
2 Answers
+ 1
public static void main(String [] args) //you need to write String with capitalized first letter and the brackets without a space :)
2nd Jan 2018, 2:31 PM
Leander
Leander - avatar
0
thanks
2nd Jan 2018, 3:10 PM
Maryam Ben Abbou
Maryam Ben Abbou - avatar