Question: please make a program in dev C++ (english) Write a complete program to record the number of daily COVID-19 cases and calculate the total cases

please make a program in dev C++ (english)
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 : @ Day3 : 1 Day4 : 1 Day5 : @ Enter the daily infected cases for Satria Day1 : 1 Day2 : 2 Day3 : 2 Day4 : 1 Days : Total infected cases in Lestari :4 Total infected cases in Satria :6 Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
