Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help to assist, this is a different question. C PROGAMMING REPORT Application: COVID19 Report Develop a program to assist the World Health Organization (WHO)

Please help to assist, this is a different question.

image text in transcribedimage text in transcribed

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 and compile to monthly data report. In your C program, there should be two sets of criteria: 1. Detail report in daily data (user prompt) Number of people that have been tested for Covid-19 Number of confirm cases Number of clusters. Number of discharges. Number in Intensive Care Unit (ICU). Number of deaths 2. Summary report in monthly from the analysis of the detail reports Total number of people that have been tested for Covid-19 for the month. Total number of confirm cases for the month. Total number of clusters for the month. Total number of discharges for the month Total number of deaths for the month 3. Prepare full flowchart of C programming. 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 functions

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

More Books

Students also viewed these Databases questions

Question

2. What are your challenges in the creative process?

Answered: 1 week ago