package week_7.ticket;import java.util.Date;import java.util.LinkedList;import java.util.TreeMap;import static input.InputUtils.intInput;import static input.InputUtils.stringInput;import static input.InputUtils.yesNoInput;public class TicketUI { /** User interaction – user input and printing – for the ticket manager */ // Constants used to display menu options, and figure out what user entered. // TODO Question 3 add constants for the two new options static final int ADD_TICKET = 1; static final int SEARCH_BY_ID = 2; static final int DELETE_BY_TICKET_ID = 3; static final int SHOW_NEXT_TICKET = 4; static final int SHOW_ALL_TICKETS =
PayPal Gateway not configured
PayPal Gateway not configured