Java - Command Line Arguments
What is the output of the following Java code?
String s = "256"; int num = Integer.parseInt(s); System.out.println(num + 10);
String s = "256"; int num = Integer.parseInt(s); System.out.println(num + 10);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions