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 delayOnce 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 delaySo, lets walk through what your code is doing: 1. get the first character in the string 2. output t...
If statements not executing correctlyA common mistake, each comparison needs be be written out. [code]if (( MIN_HOURS <= hoursTaken <= M...
Problem with Do LoopEach comparison needs be be written out, [code]if (0 < couponvalue < 0.36)[/code] Doesn't do what...
This user does not accept Private Messages