Assignment well your code before spending time onthe extra tasks.A. Core Coursework Assignment – Hotel Program:1. Using incremental development, design a program for a hotel with 10 rooms using an array whereeach entry

Assignment well your code before spending time onthe extra tasks.A. Core Coursework Assignment – Hotel Program:1. Using incremental development, design a program for a hotel with 10 rooms using an array whereeach entry is the name of the main customer while the index represents the room number. Your code shouldallow the user to view the status of all rooms, to add a customer to a room as well as to initialise each roomto empty by storing a specific character – say “e”.Once the basic code runs, then put the code that ‘Views All rooms’ and ‘Adds customer to room’, intoseparate procedures, and test how it works. Then add a menu system, which allow the user to choose whatthey want to select. Enter an ‘I’ to initialise, an ‘A’ to add a customer to a room, and a ‘V’ to view all rooms.When an ‘A’ is pressed, it should do the Add procedure, or a ‘V’ should do the View procedure and so on.

WeCreativez WhatsApp Support
Our customer support team is here to answer your questions. Ask us anything!
👋 Hi, how can I help?
Scroll to Top