Using the HotelRoom class of Programming Problem 1 , Section 12.4 , write a program that uses an array Hotel [ ] of 200 HotelRoom pointers to store information about a set of hotel rooms . The program should ask the user to ent information about a room . The program should dynamically allocate space for a HotelRoom object and set an element of htel [ ] to point to the HotelRoom object . After the user decides not to enter any more HotelRoom objects , the program should display all data in all the object created by the program .