Created to as part of a Java training course. A simple app that runs on the console. It gets user input from a Scanner class and searches for the available rooms in a hotel. If a room is available, it ...
On each use - the user is prompted for an email to reserve rooms. On load, the program reads the rooms.txt file, and upon exit the program writes to the same file.