A
Q. What is the output of the Java code snippet?
Code:
int a=10, b=6;
int c = a+b*5;
System.out.println(c);
int c = a+b*5;
System.out.println(c);
- Correct Answer - Option(A)
- Views: 14
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.