Question: I need another way for the following java code : import java.io.*; import java.util.*; public class ResortTester { ArrayList reserve = new ArrayList (); public
I need another way for the following java code :
import java.io.*; import java.util.*;
public class ResortTester { ArrayList
}
public static void menu() { System.out.println(" 1- to make a reservation"); System.out.println("2- to check a specific reservation"); System.out.println("3- to cancel a reservation"); System.out.println("4- to display all reservations"); System.out.println("5- to exit"); System.out.print("Input your choice: "); }
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
