Basics of Java Programming

Time: 00:00:00
0
Attempted
14
Not Attempted
0
Marked For Review
0
Attempted & Reviewed

Question 1 of 14

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