Question: Create a program on python. Ask the user to input 2 numbers. You may assume the user will enter numbers. The first number must be
Create a program on python. Ask the user to input 2 numbers. You may assume the user will enter numbers. The first number must be between 5 and 15 inclusive. If the number is outside that range don't ask for the second number, skip the second input and repeat the first input until the user enters a number in that range. You may assume the second number is a positive number. Once the user enters two valid numbers multiply them together, take modulo 60 of the result, and output a string that is that many letters long.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
