Design a Java Class Which represents a room
The Room Class will have three fields RoomNumber, RoomType, RoomSize. there will be two constructors. for each field provide get and set methods. also, provide a display method which outputs the values of all fields can someone help with this? I've done the get and set methods not sure what is meant by display the second part of the question is extend the room class to represent a hotel room subclass is to have extra fields for the number of people per room whether it is an ensuite room, the nightly rate for the room the name of the person who has booked the room if the room has not been booked then this field is set to "not Booked" for each field provide get and set methods also, provide a method to book the room Write a control program which creates three instances of the hotel room class and outputs the name of the cheapest room and allows the user to book it. just looking for some tips or advice on this exam question very new to java