- A 20
- B 20 22
- C 2220
- D 22
ICSE Computer Application - Class - X ICSE Computer Application - Class X - 2023 PYQ
⚠ Report ✓ Question Verified Copy Link
String P = "20", Q ="22"; int a = Integer.parseInt(P); int b = Integer.valueOf(Q); System.out.println(a + " " + b);
Learn More MCQ Questions from ICSE Computer Application - Class - X ICSE Computer Application - Class X - 2023 PYQ