I don't know what's wrong with my code. It keeps on giving me 2 errors saying:
(line with try)
Error 1: llegal start of type
(line at the end of the catch block)
Error 2: <identifier> expected
Here's my code...
What did I do wrong?
-------------------------------
import...
I don't know how to get started on the code for the hash table which will be using chaining. All I know is that I'm creating an inventory system that will store an item's:
1) SKU
2) description
3) cost
4) retail
5) qty on hand
and the SKU number is what is going to be used for storing the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.