here it goes..
example prog. output:
Input a number/s, (-) to stop:
5+6-7+8-9+1-2-1
-the user will input numbers, if he/she inputs a (-) number that will be the time that the program will stop.
-the operations between the numbers should be + and - (alternate).
how will i do the codes in C++?
*urgent:D