1.

Write a java program to find the greatest of four numbers input by the user

Answer»

Class great
{
psvm(String are[ ])
{
int max4(int a, int B, int C, int d) { int E = a > b ? a : b; int f = c > d ? c : d; RETURN e > f ? e : f;}
}
}



Discussion

No Comment Found