User profile: twistedforever

User info
User name:twistedforever
History
Joined:
Number of posts:3
Latest posts:

C++ Without Fear Exercise 2.5.2
[code]if ((total % 3) == 2){ total -= 2; cout << "I am subtracting 2." << en...

C++ Without Fear Exercise 2.5.2
I tried that and I the computer is still only subtracting by a 1 or a 2. hmmmmmm

C++ Without Fear Exercise 2.5.2
Hello, I been working on this exercise out of C++ without Fear Second Edition. It's a game called NI...