User: mpacker

  • Public profile

User profile: mpacker

User info
User name:mpacker
History
Joined:
Number of posts:12
Latest posts:

Triangle Project (Using Functions and Arrays)
Those two functions are expecting a consts. So you can send them consts, or change them to not expec...

pressing enter or any key to disable output delay
Once the Return key has been hit you could set a flag(just a bool) and check that if the flag has be...

pressing enter or any key to disable output delay
So, lets walk through what your code is doing: 1. get the first character in the string 2. output t...

If statements not executing correctly
A common mistake, each comparison needs be be written out. [code]if (( MIN_HOURS <= hoursTaken <= M...

Problem with Do Loop
Each comparison needs be be written out, [code]if (0 < couponvalue < 0.36)[/code] Doesn't do what...

This user does not accept Private Messages