State the output of the following:
System.out.println("Computer Exam"+20+20);
System.out.println("Computer Exam"+(20+21));
Answers
Answered by
0
Given Snippet:
System.out.println("Computer Exam"+20+20);
System.out.println("Computer Exam"+(20+21));
Output of the given Snippet:
Computer Exam2020
Computer Exam41
Similar questions
Political Science,
2 months ago
Physics,
2 months ago
Math,
2 months ago
English,
4 months ago
Computer Science,
4 months ago
Computer Science,
10 months ago
Social Sciences,
10 months ago