Question: PROJECT REQUIREMENTS (Sem. I, 2020/2021) Write a c++ project about: hotel management system(booking rooms) Use #include , and complete all the below requirements. Also, add

 PROJECT REQUIREMENTS (Sem. I, 2020/2021) Write a c++ project about: hotel

PROJECT REQUIREMENTS (Sem. I, 2020/2021) Write a c++ project about: hotel management system(booking rooms) Use #include, and complete all the below requirements. Also, add comments for readability. b. Project Report (5 Marks) Please submit the SOFT COPY of your report during the presentation. Your report MUST contain the following information: 0 A short introduction of your project. A flow chart describing the flow of your program I A table listing all the functions/variables/files used in your program. An example format of the table shall look like the following (you may combine a few variables together if they serve the same purpose). Data type 1. Project Objective a. To implement and teste a small scale C++ project. b. To document the C++ project. c. To present the project. 2. Project Requirements Variables/Functions/ Files/Structures price(10)(2) Return type array of double: 10 rows, 2 cols none none a. Code Development - All projects MUST implement the following concepts: (30 Marks) Name info.dat num1, num2, num3 string ofstream int none none Arguments (if any) Description Stores the price of 10 items. Column1 stores price before discount, column2 stores price after discount none Stores name of student none Stores item descriptions wenn none numbers none Stores an array of structures with 10 employee records int a, int b A function that compares tum two numbers and returns the maximum of the two int price[I, A function to calculate the double tax total price of items after discount and tax User inputs for three employee[10] none array of structure (type Employee) none findmax() int O Loops and user input Functions (void and value-returned) O Function overloading Strings I 1D and 2D arrays I Pointers O Files and/or data structure calcPrice() none void PROJECT REQUIREMENTS (Sem. I, 2020/2021) Write a c++ project about: hotel management system(booking rooms) Use #include, and complete all the below requirements. Also, add comments for readability. b. Project Report (5 Marks) Please submit the SOFT COPY of your report during the presentation. Your report MUST contain the following information: 0 A short introduction of your project. A flow chart describing the flow of your program I A table listing all the functions/variables/files used in your program. An example format of the table shall look like the following (you may combine a few variables together if they serve the same purpose). Data type 1. Project Objective a. To implement and teste a small scale C++ project. b. To document the C++ project. c. To present the project. 2. Project Requirements Variables/Functions/ Files/Structures price(10)(2) Return type array of double: 10 rows, 2 cols none none a. Code Development - All projects MUST implement the following concepts: (30 Marks) Name info.dat num1, num2, num3 string ofstream int none none Arguments (if any) Description Stores the price of 10 items. Column1 stores price before discount, column2 stores price after discount none Stores name of student none Stores item descriptions wenn none numbers none Stores an array of structures with 10 employee records int a, int b A function that compares tum two numbers and returns the maximum of the two int price[I, A function to calculate the double tax total price of items after discount and tax User inputs for three employee[10] none array of structure (type Employee) none findmax() int O Loops and user input Functions (void and value-returned) O Function overloading Strings I 1D and 2D arrays I Pointers O Files and/or data structure calcPrice() none void

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!