You're using Microsoft Visual Studio, and when you clicked all those buttons to create a new project, you didn't pick the right one. You should have picked the one marked "Console Application" or something like that.
Make a whole new project, being sure to pick the basic console application, and cut n' paste your code into it.
Thanks! Funny how such a simple error can throw me in a loop. I have another problem though.....
Now the program compiles and runs but when I enter an amount in dollars...It returns random letter and numbers for the amount. I dont see anywhere in my code where this would make that happen.
expl. I inputted 12 and it returns
Your amount of 12 returns
678BDBCC12 dollars
0 quarters
0 dimes
0 nickels
0 pennies