I\'m brand new to java and I have a super n00bish question. (I do have some general programming knowledge). I\'m trying to access the variable \"item\" to no avail. Can some
Declare variable Item outside the do-while loop.
int exit = 0; String item = null; do { System.out.println("Enter item number: "); itm = input.next();