View Single Post
Old 07-08-2009, 01:39 PM   #2 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,230
Belisarius is on a distinguished road
Your basic problem is what your instructor said - the line
Code:
public static void inventory (String args[]){
towards the top of your program doesn't make any sense to the compiler. You need to remove that, make sure every "{" has a matching "}" and try to compile the program again.

I need to make a basic syntax tutorial sometime, as that seems to be the biggest hurdle people are having right now.
__________________
GitS
Belisarius is offline   Reply With Quote