what shoud i write before ("Hello World") to be recognized?And where i should write it ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

what shoud i write before ("Hello World") to be recognized?And where i should write it ??

26th Aug 2016, 1:16 PM
AB. TA
AB. TA - avatar
4 Answers
+ 1
System.out.println("Hello world ");
26th Aug 2016, 1:50 PM
Aquarius
Aquarius - avatar
+ 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 :)
26th Aug 2016, 9:40 PM
İhsan
İhsan - avatar
0
the S must be capitalized
26th Aug 2016, 1:51 PM
Aquarius
Aquarius - avatar
0
and it should be in your main
26th Aug 2016, 1:51 PM
Aquarius
Aquarius - avatar