Question: Write a pseudocode and design a flowchart to prompt the user to enter the start and end of a range of numbers and print only
Write a pseudocode and design a flowchart to prompt the user to enter the start and end of a range of numbers and print only those numbers from that range which are divisible by 5. Sample output: (considering user input for start and end numbers as 6 and 54 respectively) 10, 15, 20, 25, 30, 35, 40, 45, 50
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
