1. This project aims to develop students’ problem-solving strategies, techniques and analytical skills that can be applied to computer field or in other areas as well as to use in their subsequent course work and professional development. Students are required to identify a problem, design appropriate solution and solve the problem in computerized way. This project will emphasize on the introduction to control structures with the use of C++ programming language to illustrate the methods. 2. TITLE IS • Hotel Billing program 3. Then, develop a system to solve the problem. The system must fullfil the system requirements listed below: i. Correctness • The system can solve the stated problem and output should be according to the specifications. ii. Reliability • The system should function accurately and correctly for a period of time over all ranges and combinations of data. iii. User friendliness • Easy to use with enough information. iv. Efficiency • Apply all the control structure techniques (selection, repetition, function) and provide appropriate output. v. Readability of code • The source code should be simple and easy to understand. Source Code i. Write a complete coding for the whole system. ii. Develop program according to the title given or proposed idea. Program should implement 1D-Arrays, 2D-Arrays, Records and Text Files. iii. Program should implement function structure (module) – your program must have at least 4 functions (Do not use any global variables). iv. Apply the SEVEN basic algorithms: minimum, maximum, counter, total, average, sorting and searching. v. Should have input (data to manipulate) and output (the result from the manipulation data). vi. Program testing should use fictitious data and should provide sample of input and output data. vii. Produce a program which is not only functionally correct, but also well-structured, welldocumented and readable. viii. Every statement should have comments indicating its purpose.
1. This project aims to develop students’ problem-solving strategies, techniques and analytical skills that can be applied to computer field or in other areas as well as to use in their subsequent course work and professional development. Students are required to identify a problem, design appropriate solution and solve the problem in computerized way. This project will emphasize on the introduction to control structures with the use of C++
2. TITLE IS • Hotel Billing program
3. Then, develop a system to solve the problem. The system must fullfil the system requirements listed below:
i. Correctness
• The system can solve the stated problem and output should be according to the specifications.
ii. Reliability
• The system should function accurately and correctly for a period of time over all ranges and combinations of data.
iii. User friendliness
• Easy to use with enough information.
iv. Efficiency
• Apply all the control structure techniques (selection, repetition, function) and provide appropriate output.
v. Readability of code
• The source code should be simple and easy to understand.
Source Code
i. Write a complete coding for the whole system.
ii. Develop program according to the title given or proposed idea. Program should implement 1D-Arrays, 2D-Arrays, Records and Text Files.
iii. Program should implement function structure (module) – your program must have at least 4 functions (Do not use any global variables).
iv. Apply the SEVEN basic
v. Should have input (data to manipulate) and output (the result from the manipulation data).
vi. Program testing should use fictitious data and should provide sample of input and output data.
vii. Produce a program which is not only functionally correct, but also well-structured, welldocumented and readable.
viii. Every statement should have comments indicating its purpose.
Step by step
Solved in 4 steps with 4 images