Question: Create a python program using while loop, if else that will ask the user to input for start number, end number and skip count. ---------------------------------------------------------------------------------------
Create a python program using while loop, if else that will ask the user to input for start number, end number and skip count.
---------------------------------------------------------------------------------------
Example output
Start Number: 5 End Number: 40 Skip Count: 5
5 10 15 20 25 30 35 40
Continue? Y/N: N
Thank you!
---------------------------------------------------------------------------------------
Note: (If the counting is higher than the end number it must display "All number displayed must not be greater than the end number")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
