Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Dear Chegg experts, please help me to answer this C program homework. C PROGAMMING REPORT Application: COVID19 Report Develop a program to assist the World
Dear Chegg experts, please help me to answer this C program homework.
C PROGAMMING REPORT Application: COVID19 Report Develop a program to assist the World Health Organization (WHO) in analysing and report the daily status of COVID 19. In your C program, there should be two sets of criteria: 1. Detail report from daily/monthly data (user prompt) Initial total number of confirm cases Number of confirm cases for the day Number of discharges for the day. Number of deaths for the day. Number in Intensive Care Unit (ICU). Number of remaining cases as for the day 2. Summary report from the analysis of the detail reports Total number of remaining cases. Total number of confirm cases for the month. Total number of deaths for the month. Average value of confirm cases per day. Average value of recovered per day. C Programming should have: 6 user inputs (6 times of user prompt) 6 separated if, if else and else if OR 6 separated switch statement OR 3 separated nested if statements 3 while or do-while statements 3 for and/or nested for loop statements 1 array (2D or 3D) and 3 functionsStep 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