WAP in java to input 3 numbers from user and print the largest number among them using nested if
Answers
Answered by
40
Answer:-
- public class Biggest_Number.
- public class Biggest_Number.int x, y, z;
- public class Biggest_Number.int x, y, z;Scanner s = new Scanner(System.
- public class Biggest_Number.int x, y, z;Scanner s = new Scanner(System.System. out. print("Enter the first number:");
- public class Biggest_Number.int x, y, z;Scanner s = new Scanner(System.System. out. print("Enter the first number:");x = s. nextInt();
- public class Biggest_Number.int x, y, z;Scanner s = new Scanner(System.System. out. print("Enter the first number:");x = s. nextInt();System. out. print("Enter the second number:");
- public class Biggest_Number.int x, y, z;Scanner s = new Scanner(System.System. out. print("Enter the first number:");x = s. nextInt();System. out. print("Enter the second number:");y = s. nextInt();
- public class Biggest_Number.int x, y, z;Scanner s = new Scanner(System.System. out. print("Enter the first number:");x = s. nextInt();System. out. print("Enter the second number:");y = s. nextInt();System. out. print("Enter the third numbe
Answered by
1
Answer:
Hi
Nice dp...
Have a great day
Similar questions