Back to quizzes
Output Prediction Quiz
Java / Loops | Medium | 15 questions
Question 1 of 15
4 free questions left
What will be the output of the following code: System.out.println(7 + " + " + 3);
A
7 + 3
B
10
C
7 + 3=
D
10 + 3