Question: in python please Q#5: Write a program to get two inputs from the user. It both numbers are more than 10, dispay the following message,
Q#5: Write a program to get two inputs from the user. It both numbers are more than 10, dispay the following message, "both input numbers are greater than 10" if only one of the numbers is more than 10, then display the following message only one input number is greater than 10 else display none of the input values is greater than 10 Important Notes: 1. Use meaningful names for your variables 2. Use if-elif-else structure 3. 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
