Project 2:
DESIGN HOTEL BOOKING SYSTEM IN JAVA

Project 2 Sample

During term 1 I have designed a hotel booking software in Java.

The request was to build an online hotel management system, designing and implementing a system for storing and calculating some key information about a hotel such as a name and some rooms, the number of beds in a room and the size of the beds. This coursework was more challenging than the previous one but it had not too many features, it interacted with the user through a simple command-line interface using Scanner and “println” statements. The hotel system was presented with a test class. For the Java files, please send me and email.

Related Projects