I need to be able to loop this so the user can input as many items as he/she wants and the quantity as well. He's my code:
case 3:System.out.print("Enter Customer name");
System.out.print("\n Enter the product: ");
String product1=keyboard.next();
System.out.print( "\n Enter the quantity of the product");
int quantity1=keyboard.nextInt();