User profile: bradbeaubien

User info
User name:bradbeaubien
History
Joined:
Number of posts:6
Latest posts:

Storing a number in a simple calculator, then recalling it in an equation
My logic is to do something like this: [code] //Input cin >> num1 >> oper >> num2; if (num1 == 's')...

Storing a number in a simple calculator, then recalling it in an equation
I'm writing a calculator that can store the answer to memory and recall it later. I'm accomplishing ...

Random number generator
Thank you all for the awesome responses! The lookup table really helped simplify the code.

Random number generator
I'm trying to create a magic 8-ball style program for class. This program meets all the specificatio...

Setting limitations on variables
Thank you so much! Duoas that was super helpful. It's also working perfectly, though it's a bit past...