- A 100
- B 150.0
- C 100.0
- D 150
ICSE Computer Application - Class - X ICSE Computer Application - Class X - 2022 PYQ
⚠ Report ✓ Question Verified Copy Link
Give the output of the following code :
String A = "56.0", B = "94.0"; double C = Double.parseDouble(A); double D = Double.parseDouble(B); System.out.println((C+D));
Learn More MCQ Questions from ICSE Computer Application - Class - X ICSE Computer Application - Class X - 2022 PYQ