R
Q. What will be the output of the following code?
Code:
int a = 10, b = 5;
System.out.println(a / b);
System.out.println(a / b);
- Correct Answer - Option(C)
- Views: 15
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.