Write a program will simulate and display the process of looping.
The program will accept input for name of a variable; initialize value, conditional operator, conditional value, alternating value such as increment (++) or decrement (--) and the interval value for the increment/decrement.
The program will only accept the following conditional operator (<, >, <=, >=, ==, !=)
The program will display a menu to select looping statement such as for, do-while, and while loop.
The program must be error free such as run-time error and logical error.