Question
number of patients enter a hospital daily. The hospital wants to know the number of daily patients, and the number of patients who are infected
number of patients enter a hospital daily. The hospital wants to know the number of daily patients, and the number of patients who are infected by COID-19.
Write a function that asks if there are more patients, when the answer is y (i.e. yes) it counts the number of patients, then asks whether the patient is positive for Coronavirus, when the answer is P (i.e. positive) it increments the number of infected patients.
use this function in a program that prints both the total number of patients and the COVID-19 infected patients in main function
write with c langage and use # include < stdio.h >
Step 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