I'm a noob and trying to study this as i have seen from the book of my professor. Please kindly help me out. This maybe a part where I can't do anything. ^_^
1. Write a program will simulate and display the process of looping.
2. 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.
3. The program will only accept the following conditional operator (<, >, <=, >=, ==, !=)
4. The program will display a menu to select looping statement such as for, do-while, and while loop.
5. The program must be error free such as run-time error and logical error.
Help me guys. Need to study this asap, hardwork= success :)