Answered step by step
Verified Expert Solution
Question
1 Approved Answer
simple c++ coding QUESTION 1 Write a complete program to record the number of daily COVID-19 cases and calculate the total cases in 5 days
simple c++ coding
QUESTION 1 Write a complete program to record the number of daily COVID-19 cases and calculate the total cases in 5 days for two UTeM residential colleges; Lestari and Satria as shown in Figure 1.0. User is asked to enter an input for daily cases and record the data using ID (one dimension) arrays. Create a function to display the statistics of the total infected cases for both colleges; Lestari and Satria. (10 marks) Enter the daily infected cases for Lestari Day1 : 2 Day2 : @ pay3 : 1 Day4 : 1 pays : Enter the daily infected cases for Satria Pay1 : 1 Day2 : 2 bay3 : 2 ay4 : 1 Pays : Total infected cases in Lestari :4 Total infected cases in Satria :6 Press any key to continue Figure 1.0: Display the statistics of total infected Covid-19Step 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