So I have to solve this using a For loop. I have to make it display a message once it hits 1 million dollars which is 100,000,000 pennies but im not sure how to implement that. Also I need it to count up to 64 days but it only goes to 63. If anyone could help that would be great!thanks
When i use unsigned long long the program seems to count from 1 to infinity, and just keeps printing out numbers.
I tried putting in that while loop but I need it to look something like this http://gyazo.com/7b946464cbe36ccb23a3de664a3239b9 except with a message only printing out once, once it hits 100million pennies, so that would be after day 28.