In my current program one method asks the user to enter the description of a product as a String input. However, when I later attempt to print out this informat
String
Use input.nextLine(); instead of input.next();
input.nextLine();
input.next();