I received these errors:
when I compiled the program.
Suggestions/questions:
* post in the beginner's forum next time
* what do you think "<identifier> expected" means?
* format your code to make it easier to follow. Start by reading Sun's coding conventions at
http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html. For example, the class names should be First and Second, not first and second.
* when posting code here, use the appropriate code tags
The fix to get the code to compile is very simple. Hint: the method signature is missing something. Good luck.
Jeff
[ March 11, 2004: Message edited by: Jeff Langr ]