Write a function using c++ statements called predictCount() which takes integer value (as previous week patient Count)as parameter and returns the next week patient count as a float .
(Hint : NextweekPatientCount =PreviousWeekPatientCount*patientrate and patientrate as 1.3)
Comments
Leave a comment