Number Tester
Ok, in this lesson you are going to get the opportunity to use the if / else statements to write a program. If you need help executing this program use the previous set of videos as an aid. Most of the information that you need is contained inside those videos.
Assignment
Write a program which asks for two numbers from the console.
Test the two numbers to determine if the two numbers are equal, if they are equal output an message to the console telling us this.
If the two numbers are not equal to each other, have the program determine which of the two numbers is larger
Displays to the console which of these numbers is the maximum of the two, and then display the larger number.
Test the two numbers to determine if the two numbers are equal, if they are equal output an message to the console telling us this.
If the two numbers are not equal to each other, have the program determine which of the two numbers is larger
Displays to the console which of these numbers is the maximum of the two, and then display the larger number.