Answered step by step
Verified Expert Solution
Link Copied!

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:

  1. Create a structure that is able to store patient information: name, age, date, heart rate, systolic rate and diastolic rate.
  2. Create an array of 30 days for a patient data to be stored.
  3. Create a dynamic linked list data structure to enter one week (7 days) data for the patient.
  4. Display all the data for the seven days which is stored in the linked list data structure.
  5. 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:

  1. A proper writing of C codes: structure, efficiency and modular.
  2. The readability, consistency, naming and user interface
  3. Robustness and testing
  4. 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Driven Web Sites

Authors: Mike Morrison, Joline Morrison

1st Edition

061901556X, 978-0619015565

More Books

Students also viewed these Databases questions

Question

c. What were the reasons for their move? Did they come voluntarily?

Answered: 1 week ago

Question

Question How is life insurance used in a DBO plan?

Answered: 1 week ago