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"); } }
2 Antworten
+ 1
public static void main(String [] args)
//you need to write String with capitalized first letter and the brackets without a space :)
0
thanks