Question: c++ class, coding using code blocker MinilabLoopLogic The program: You are to write a program called MinilabLoopLogic which does the following Asks the user to

c++ class, coding using code blocker
MinilabLoopLogic The program: You are to write a program called MinilabLoopLogic which does the following Asks the user to enter 2 integers (can be one prompt or two) Gets and stores the ints Explains that the program will generate all integers that are between the numbers and are divisible by a third integer . e Asks the user for the number they should be divisible by Gets and stores that int Since 0 will be an illegal input to your program, keep asking them for the number they should be divisible by while they keep doing it wrong. If the first number is smaller, then generate divisible numbers from the first up to the second (not including the two numbers themselves) . Else generate divisible numbers from the first down to the second (not including the two numbers themselves) Example: 3 24 with a divisor of 3 prints: 6 9 12 15 18 21 on separate lines 32 14 with a divisor of 5 prints: 30 25 20 15 on separate lines To submit: Zip up your miLoopLogic project folder and submit on Canvas
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
