Sunday, January 8, 2012

Java code error, no main method?

All programs need a main function. The compiler recognizes it as where the program gets executed. It would be where you would get user input and then use the functions that you have already written.

0 comments:

Post a Comment