Mini Quiz 1 Programming with C

Vitamin D is an important vitamin. The following table shows serum concentrations of the Vitamin D and correspondent health status:

Vitamin D serum concentrations (integer) Health Status
11 or less Very Deficient
12 - 19 Deficient
20 - 49 Adequate for bone and overall health
50 or above Overdose, High level, potential health risk

Write a program that first reads the number of people who came to the lab for Vitamin D testing. For each person, the program reads the Vitamin D level in the blood test. The program finds the number of people who are: very deficient, deficient, adequate and overdose.