Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions