vectors

So I decided to take a challenge and make an 'infinite' calculator using vectors The goal of my calculator is to get user input and add/sub/mult/div all the variables he enters, not just 2 variables like most simple calculators. I don't only want to add 2 variables together and get the result, I want to get as many variables as the user enters and then do the required math to get the result.

how can i do this without using a exit loop?
closed account (48T7M4Gy)
First I'd try it with an exit loop and then see whether I could do without it.
Last edited on
Topic archived. No new replies allowed.