Question: Write a program to get two inputs from the user. If both numbers are more than 14, display the following message, both input numbers are
Write a program to get two inputs from the user. If both numbers are more than 14, display the following message, "both input numbers are greater than 14" if only one of the numbers is more than 14, then display the following message, "only one input number is greater than 14" else display "none of the input values is greater than 14".
Important Notes: Use meaningful names for your variables Use if-elif-else structure. Use logical operators in your code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
