‹ Back to the paper
What is the output of the statement given below? System.out.print(Integer.parseInt("234") + 'A');
- (a)234+65
- (b)234A
- (c)299
- (d)ERROR
Answer
No answer yet.
From ISC 2022 Computer Science - Specimen paper (Semester 1), Paper 1, question 16.