What would this program look like? Write a java program that will ask you to input two integers and the program will display the largest of these two number using if, else if and else.
Here's is how the code would display:
Please enter your first number: 5
Please enter your second number: -7
output 5> -7
do you want to run this project one more time? press y for yes and n for no
Thank you and have a great weekend.