Using the hotelroom class of programming problem 1 section


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 . 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Using the hotelroom class of programming problem 1 section
Reference No:- TGS0992370

Expected delivery within 24 Hours