Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create using C programming - Diabetes is a major public health concern, and the prevalence of type 2 diabetes (T2D) has esfalated to 20.8% in
Create using C programming
- Diabetes is a major public health concern, and the prevalence of type 2 diabetes (T2D) has esfalated to 20.8% in adults above the age of 30 , affecting 2.8 million individuals. - A record of readings taken over time monitors the level of blood sugar to ensure that your treatments to control the level of blood sugar are working. - You are required to write a program called mySugarApp. Assume that the user will measure i.e, take two readings twice a day, one in the morning (before and after breakfast) and one in the afternoon (before and after lunch). Record the date, time of each readings and the readings. This should be done on a weekly basis i.e. 7 days. Each time a reading a taken, an appropriate message is to be displayed. For example if blood sugar is wellcontrolled, a message "Maintain your diet and regular exercises" Validations of input is required. - This program will be able to calculate the average, minimum, maximum, standard deviation of the blood sugar for the week. - Create an appropriate menu. rigure 1: biood sugar Criteria to include: a. Functions are to be used appropriately. b. Your program should continually run and re-display the main menu until the user decides to exit from mysugarapo. c. Test DataStep 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