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