- 1
what shoud i write before ("Hello World") to be recognized?And where i should write it ??
4 Antworten
+ 1
System.out.println("Hello world ");
+ 1
or you can write System.out.print(" Hello World "); you must'nt write the "ln" Little but it can be useful for you later :)
0
the S must be capitalized
0
and it should be in your main