A
Q. Will this Java program generate same output is executed again?
class Output
{
public static void main(String args[])
{
int y = double z = Math.random();
System.out.print(y);
}
}
- Correct Answer - Option(B)
- Views: 20
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.