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.