( PLEASE MAKE IT SIMPLE  OR UNIQUE. THANK YOU )   C++ PROGRAM    Casualties from the typhoon Odette . Create program using arrays to enter the following data: the names of typhoon Odette victims, their ages, and their current status (A – alive, D – died, I – injured, and M – missing). Your arrays should be proportional to the estimated population of the barangay. Enter the barangay's name and the estimated total population during the typhoon. Following data entry, display the following information according to their names – their name (in alphabetical order), their condition, and the number of people surviving, deceased, injured, and missing, as well as their percentage of the entire population.   Accident of an Earthquake CODE OUTPUT :         Barangay Name:____ Estimated number of residents:________   Name:____ Age:__ (A,D,I, or M):___   More Entry (Y/N)? Y   Name:____ Age:____ (A,D,I, or M):___ : : Name:____ Age:____ (A,D,I, or M):___   More  Entry (Y/N)?    list of Victims/Casualties   Name Age Condition _____ ____ _________ _____ ____ _________ : : : _____ ____ _______     Total Number of Victims:    Alive:____ - ____%         Deceased:____ - _____%             Injured:____ - _____%            Missing: ____ -_____%     Notes: Validate data entry as necessary. Uppercase letters must be used for all names and conditions. When conditions are printed in a list, they must be translated to the following values: ALIVE, DECEASED, INJURED, or MISSING.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.4: Arrays As Arguments
Problem 7E: (Statistics) Write a program that includes two functions named calcavg() and variance(). The...
icon
Related questions
Question

( PLEASE MAKE IT SIMPLE  OR UNIQUE. THANK YOU )

 

C++ PROGRAM 

 

Casualties from the typhoon Odette . Create program using arrays to enter the following data: the names of typhoon Odette victims, their ages, and their current status (A – alive, D – died, I – injured, and M – missing). Your arrays should be proportional to the estimated population of the barangay. Enter the barangay's name and the estimated total population during the typhoon. Following data entry, display the following information according to their names – their name (in alphabetical order), their condition, and the number of people surviving, deceased, injured, and missing, as well as their percentage of the entire population.

 

Accident of an Earthquake

CODE OUTPUT :

 

 

 

 

Barangay Name:____

Estimated number of residents:________

 

Name:____

Age:__

(A,D,I, or M):___

 

More Entry (Y/N)? Y

 

Name:____

Age:____

(A,D,I, or M):___

:

:

Name:____

Age:____

(A,D,I, or M):___

 

More  Entry (Y/N)?

 

 list of Victims/Casualties

 

Name Age Condition


_____ ____ _________


_____ ____ _________


: : :


_____ ____ _______

 

 

Total Number of Victims:

 

 Alive:____ - ____%


        Deceased:____ - _____%


            Injured:____ - _____%


           Missing: ____ -_____%


 

 

Notes:

Validate data entry as necessary.

Uppercase letters must be used for all names and conditions.

When conditions are printed in a list, they must be translated to the following values: ALIVE, DECEASED, INJURED, or MISSING.

 

 

Expert Solution
steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Datatypes
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr