Question: Write C code Please answer carefully and faaaast within 60 minutes . In a particular country, there was only 1 COVID19 Infection on day 0.
. In a particular country, there was only 1 COVID19 Infection on day 0. Assume the number of infections of COVID-19 in that country increases 50% each 3 days. Write and run a C program that performs the following: Prints your full name and Student ID Asks the user to enter the number of days N (nonnegative integer) Pass the value N to a recursive function named COVID19 that takes only the number of days (N) since the first infection and returns the number of infections after N days of the first infection. Prints the result return by the function COVID19 Add your name, your University ID number and section number as a comment at the beginning of this program. Name: Aref ID:1122333 Enter the number of days N:109 647159.875000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
