Question: 1. Write a program that asks the user for a certain number between 1 and 100, then the program prints all the multiples of
1. Write a program that asks the user for a certain number between 1 and 100, then the program prints all the multiples of this number below 10000. 2. Write a program that takes as input an integer below 100, then prints the Factorial of this number. Fact(n)= n*(n-1)*(n-2)* .....2*1.
Step by Step Solution
3.34 Rating (154 Votes )
There are 3 Steps involved in it
python Ask the user for a number between 1 and 100 number intinputEnter a number between 1 and 100 Check if the user entered a valid number if number 1 or number 100 printInvalid number Please enter a ... View full answer
Get step-by-step solutions from verified subject matter experts
