- Demonstrate use of basic language features of Java
- Designing and building a solution to a specification
- To design and implement a system for storing and calculating the current state of a hotel
Hotel
Should store essential information about a hotelRoom
Should store number of beds in a roomBed
Should store the size of a bed- Develop a report system that when given a
Hotel
object will produce a short, textual report describing the name of the hotel, the number of rooms and, for each room, lists the number and size of the beds - Develop a basic user interface