A
Q. What is the output of the following code?
Code:
int x = 5;
int y = 3;
System.out.println(x % y);
int y = 3;
System.out.println(x % y);
- Correct Answer - Option(D)
- Views: 14
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.