Computer Science, asked by SANDROKnack, 6 months ago

5.What will be the output of the following Java program?
class Output

here is the program

{
public static void main(String args[])
{
double x= 3.1;
double y = 4.5;
double za Math.max( x, y);
System.out.print(z);
}
}

please answer me fast as you can​

Answers

Answered by Anonymous
0

Answer:

Obviosly error because za

Explanation:

Answered by rsingh82083
0

Explanation:

obviously error because za

Similar questions