Sunday, November 13, 2011

I need help fixing my Program!!?

First thing I notice, there is no { before any of your statements in main(). You just have main() then you start declaring variables -- in global space. Put everything in main() space by putting an { in and see what happens.

No comments:

Post a Comment