+ 1
why this program shows no output. If there is a output what is it.
class MyClass { public static void main(String[ ] args) { String name ="David"; int age = 42; double score =15.9; char group = 'Z'; } }
3 Antworten
+ 2
u have to use system.out.println () or any other functions to see your out put