Question: c++ 19. Patient Fees Group Project Write a program that computes a patient's bill for a hospital stay. The diffe ent components of the program

c++
c++ 19. Patient Fees Group Project Write a program that computes a

19. Patient Fees Group Project Write a program that computes a patient's bill for a hospital stay. The diffe ent components of the program are - The class, which will keep a total of the patient's charges. It will also keep track of the number of days spent in the hosp tal. The group must decide on the hospital's daily rate. - The class, which will have stored within it the charges for at least five types of surgery. It can update the variable of the class. - The Pharmacy class, which will have stored within it the price of at least five types of medication. It can update the variable of the class. - The client program (i.e., the main program). Divide the work so that each student is given about the same workload. F example, one or two students might design the client program, while othe individuals or pairs design each class it will use. Then, before beginning to write any code, the group should decide on function names, parameters, and return types so all the completed modules will properly work together when they are combined into the final program. The main program should include a menu that allows the user to enter a type of surgery, enter one or more types of medication, and check the patient out of the hospital. When the patient checks out, the total charges should be displayed

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!