I'm fairly new to programming, just started yesterday with a book I downloaded of the net. The book comes with a couple of examples on how to code and they all seem to work fine except for this loop.
I can't seem to find the problem. All it gives me is,
"This is count: 5
You are all done!"
When it's supposed to give me,
"This is count: 1
This is count: 2
This is count: 3
This is count: 4
You are all done!"
Edit: Nevermind! Found the error, semicolon after the for loop is not necessary. Should be...