R
Q. What is the output of the below Java code snippet?
Code:
int a = 2 - - 7;
System.out.println(a);
System.out.println(a);
- Correct Answer - Option(C)
- Views: 240
- Filed under category JAVA
Discusssion
Login to discuss.