hw6:ex5
You cannot submit for this problem because the homework's deadline is due.
Problem 5
- Submit
ex5.c
here. - For formatting requirements that are unclear in the problem description, please refer to the sample executable file uploaded to Canvas (
ex5
). We have compiled our solution into an executable file for you. You can perform any test on it to understand the required behavior. Note that we have three version for Mac, Win and Linux. - Notice that the two prompts that ask for input (
Please input this patient’s age and temperature
andPlease input the updated temperature
) do not end with a punctuation. - When editing a non-existent patient, print
Patient not in the system.
and do not ask for the new temperature.