creating a intermediate java project in eclipse

Job ID: 31796580

Budget: $30 – $250 AUD

Upon program execution, read the data from the customers and
services text files(given) into appropriate arrays or arraylists of objects
The daily bookings file(s) will be read into memory only when needed by the relevant menu choice. Your program should
not assume that the files exist on the file system. If any of the files don’t exist, determine from the user if the files are in a
different location or if they have different names, or if they wish to terminate the program; either load the files or terminate
the program accordingly. After processing the relevant files, the program will display the main menu, which contains the
following menu items:
1. Display Bookings
2. Make a Booking
3. Exit Program