+ 1
Can anybody write "hello world " program without using semicolon..??
hello world program without using semicolon in java??
6 Answers
+ 5
Check my code.
https://code.sololearn.com/cetfyzhulHuV/?ref=app
It's C++ version though.
+ 4
Yes I can ,
public class Main{
public static void main(String[] app){
if(System.out.printf("Hello World") != null){}
}
}
+ 1
plz explain how
+ 1
@Rajarajan J posted the code, check it out!
+ 1
tq _/\_ @vishal
0
how is that