Every evening the local authority collects details of covid-10 cases from all its districts. Daily details include the number of new cases (local and imported), number of deaths and number recovered.

computer science

Description

Submit this part by Week 7

 Every evening the local authority collects details of covid-10 cases from all its districts. Daily details include the number of new cases (local and imported), number of deaths and number recovered. Based on these details and previous data, your system will be able to produce a summary report showing the total number of cases, total deaths, total recovered, total under treatment and the respective percentages (recovery rate, death rate, etc).


Using previous day's data as constants, write a program that will 

 first, display an intro screen (eg. system title / heading / logo) followed by the latest (ie. the previous day's) totals in a similar table (as above) 

 ask the user to key in the current day's inputs as mentioned above, then calculate and display the Daily Summary Report. 


Related Questions in computer science category