A
Q. What is the output of the following Java Code?
Code:
int a=9;
float b = a/2;
System.out.println(b);
float b = a/2;
System.out.println(b);
- Correct Answer - Option(A)
- Views: 26
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.