Back to quizzes
ICSE Previous Year Questions Quiz
Java / Loops | Medium | 15 questions
Question 1 of 15
4 free questions left
What is the output of the following code: System.out.println(5 + 3);
A
8
B
53
C
5 + 3
D
Error