0
Attempted
14
Not Attempted
0
Marked For Review
0
Attempted & Reviewed
What is the output of following Java program?
public class Test
{
public static void main(String[] args)
{
double i=45.6567;
float j=i;
System.out.println( j );
}
}
Select Your Answer:
All Questions
Attempted
Not Attempted
Marked for Review
Attempted & Reviewed
Current