Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Having high blood pressure is a common problem among adults. New technologies using biometric monitoring devices can measure a patient's blood pressure at home. Other
Having high blood pressure is a common problem among adults. New technologies using biometric monitoring devices can measure a patient's blood pressure at home. Other than blood pressure, other information such as heart rate can also be monitored.
As a senior programmer, you are given following tasks:
- Create a structure that is able to store patient information: name, age, date, heart rate, systolic rate and diastolic rate.
- Create an array of 30 days for a patient data to be stored.
- Create a dynamic linked list data structure to enter one week (7 days) data for the patient.
- Display all the data for the seven days which is stored in the linked list data structure.
- Sort the data by highest heart rate and display the data stored in the linked list data structure.
The assessment will be done based on the following criteria:
- A proper writing of C codes: structure, efficiency and modular.
- The readability, consistency, naming and user interface
- Robustness and testing
- Complete documentation and correct submission.
Note: You MUST write C programming codes for this assignment. Codes written in C++ will not be accepted.
dont need the data only need the c programing syntax
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started