Question: C++ programming Write a complete program to record the number of daily COVID-19 cases and calculate the total cases in 5 days for two UTeM

C++ programming
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) for Lestari Enter the daily infected cases pay : 2 Day2 : 0 pay3 : 1 Pay4 : 1 pays : Enter the daily infected cases for Satria Day : 1 Day2 : 2 pay3 : 2 Pay4 : 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-19
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
