Page 1 of 1

TO The clinic program must check the status of fees for 200 patients using the (loop). Requirements: It must read the pa

Posted: Sat Nov 27, 2021 2:37 pm
by answerhappygod
To The Clinic Program Must Check The Status Of Fees For 200 Patients Using The Loop Requirements It Must Read The Pa 1
To The Clinic Program Must Check The Status Of Fees For 200 Patients Using The Loop Requirements It Must Read The Pa 1 (59.33 KiB) Viewed 114 times
TO The clinic program must check the status of fees for 200 patients using the (loop). Requirements: It must read the patient's name, password, phone number, age, and type of sponsor. The type of the patient's sponsor and it is of personal value (A Ministry of Health, F for clinic care, C for self-care). If the patient is sponsored by the Ministry of Health, he will have a 15% discount of the treatment fee. And it must be shown in the program. If the patient is sponsored by the clinic, he is He has a 10% discount on the treatment fee. If the patient is on self-sponsorship, he will have a 5% discount. After checking all patients, the system should display a message that the investigation process is finished. (Expected lines of code is 25-30) a) Draw a flow graph and calculate the cyclomatic complexity for the algorithm/program created. b)Create one sample test data to test an independent path of the flow graph.