Answered step by step
Verified Expert Solution
Question
1 Approved Answer
computer programming c++ QUESTION 1 Write a complete program to record the number of daily COVID-19 cases and calculate the total cases in 5 days
computer programming c++
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 1D (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 : 0 Day3 : 1 Day4 : 1 Day5 : 0 Enter the daily infected cases for Satria Day1 : 1 Day2 : 2 Pay3 : 2 Day4 : 1 pays : 0 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