Can anybody write "hello world " program without using semicolon..?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anybody write "hello world " program without using semicolon..??

hello world program without using semicolon in java??

2nd Apr 2017, 4:47 PM
Rajarajan J
Rajarajan J - avatar
6 Answers
+ 5
Check my code. https://code.sololearn.com/cetfyzhulHuV/?ref=app It's C++ version though.
2nd Apr 2017, 4:50 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 4
Yes I can , public class Main{ public static void main(String[] app){ if(System.out.printf("Hello World") != null){} } }
2nd Apr 2017, 4:48 PM
Vishal Prajapati
+ 1
plz explain how
2nd Apr 2017, 4:48 PM
Rajarajan J
Rajarajan J - avatar
+ 1
@Rajarajan J posted the code, check it out!
2nd Apr 2017, 4:49 PM
Vishal Prajapati
+ 1
tq _/\_ @vishal
2nd Apr 2017, 4:50 PM
Rajarajan J
Rajarajan J - avatar
0
how is that
25th Apr 2017, 3:39 AM
Keyru Prime