Multiple Numbers Programs C++ Code
This code has 7 different programs or modes.
Mode 1 prints numbers 1 to 10:

Mode 2 prints numbers 90 to 100:

Mode 3 prints numbers 90 to 100 in steps of 2:

Mode 4 prints numbers 1 to 3 in backward order:

Mode 5 prints in backward numbers 99 to 91 in increments of 2:

Mode 6 asks for a number and will count from 1 to the specified number:

Mode 7 asks for a lower and an upper even number to count in increments of 2 between the entered values:
