A
Q. What is the output of the below Java code snippet?
Code:
float a = 8.2/2;
System.out.println(a);
System.out.println(a);
- Correct Answer - Option(D)
- Views: 13
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.