Write a program that inputs two numbers and determines which of the two...

...numbers is the smallest. If the numbe? Write a program that inputs two numbers and determines which of the two numbers is the smallest. If the numbers are equal, display a message that they are equal.
Sample Output from Program:
You will be asked to enter two numbers.
The smallest value will be displayed or a message if they are the same.

Please enter a numeric value: 4
Please enter a numeric value:
The smallest value is 4
Press any key to continue . . .
 
Back
Top