Question: do array and function in c++ Your group are asked to upgrade the hospital billing system in that small private hospital by allowing the system

do array and function in c++
Your group are asked to upgrade the hospital billing system in that small private hospital by allowing the system to process the bills for many patients during their check out from the hospital using functions, arrays (parallel 1-D or 2-D), and pointers (optional). Assume the process is done on one specific day. The requirements are the same as in hackathon 3, with the following additional processing: . Able to generate each category charges and total charges for each patient. Able to calculate the total charges for all patients. Able to generate the total charges for each category (hospital stay, surgery, medication, service) for all patients. Able to compute the average hospital stay for a patient. Able to find the patient's name that pays the highest bill. Able to find the patient's name that pays the lowest bill
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
