Question: 1- (2 points) Write a program that prompts the user to enter a positive integer number x and displays all the even numbers from
1- (2 points) Write a program that prompts the user to enter a "positive integer" number x and displays all the "even" numbers from 0 to x that are divisible by 7. Note: For example, if the user enters 25, the displayed result is 0 14. 2- (2 points) Write a program that first prompts the user to enter a "positive integer" number n. Then your program generates n random integer numbers from the set (10, 11, 12, 49, 50) and displays how many of those n randomly-generated numbers are divisible by both 2 and 3. any
Step by Step Solution
There are 3 Steps involved in it
1 Program to display even numbers divisible by 7 python def displayevennumbersdivisib... View full answer
Get step-by-step solutions from verified subject matter experts
