Is there a simple way to have the program restart after the error message below is printed?
if (choice > 3) // display an error message indicating an invalid selection
System.out.println("Your selection is invalid. Please try again.");
if (choice > 3) // display an error message indicating an invalid selection
System.out.println("Your selection is invalid. Please try again.");