Scanner scan = new Scanner(System.in); try{ do{ menu(); choice=scan.nextInt(); if (choice == 1) edit(); } else if