Need help! Count how many times # enteredHelp us help you. What have you done so far. What is the issue you are having.
Weird Array problem?I think you need to reread about arrays. http://www.cplusplus.com/doc/tutorial/arrays/ "The element...
while loop bugI can't get as technical as some users here undoubtedly can. The issue is that cin is attempting to...
y/n while loopLook at just the relevant code. [code] int main(int argc, char *argv[]) { bool loop = true; ...
Finding the remainder using bitwise operators.Break it down to binary to easier to see what you need to do. [code] 29 = 0001 1101 8 = 0000 1000 ...