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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related General Management Questions!