write c++ program Odette's typhoon-related casualties. CREATE AN ARRAY PROGRAM that accepts the following data: the names of typhoon Odette victims, their ages, and their current status (A – alive, D – deceased, I – wounded, and M – missing). Your arrays should be proportionate to the barangay's expected population. Enter the barangay's name and the typhoon's projected total population. Following data entry, show the following information about each person according to their name - their name (in alphabetical order), their condition, the number of individuals who survived, died, were injured, or went missing, as well as their proportion of the total population. An Earthquake's Accident Barangay Name:____ Estimated NO. of residents:________ Name:____ Age:__ (A – alive, D – deceased, I – wounded, and M – missing)___ Additional Entry (Y/N)? Y Name:____ Age:____ (A – alive, D – deceased, I – wounded, and M – missing):___ : : Name:____ Age:____ (A – alive, D – deceased, I – wounded, and M – missing):___ Additional 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.
write c++ program
Odette's typhoon-related casualties. CREATE AN ARRAY PROGRAM that accepts the following data: the names of typhoon Odette victims, their ages, and their current status (A – alive, D – deceased, I – wounded, and M – missing). Your arrays should be proportionate to the barangay's expected population. Enter the barangay's name and the typhoon's projected total population. Following data entry, show the following information about each person according to their name - their name (in alphabetical order), their condition, the number of individuals who survived, died, were injured, or went missing, as well as their proportion of the total population.
An Earthquake's Accident
Barangay Name:____
Estimated NO. of residents:________
Name:____
Age:__
(A – alive, D – deceased, I – wounded, and M – missing)___
Additional Entry (Y/N)? Y
Name:____
Age:____
(A – alive, D – deceased, I – wounded, and M – missing):___
:
:
Name:____
Age:____
(A – alive, D – deceased, I – wounded, and M – missing):___
Additional 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.
Step by step
Solved in 3 steps with 7 images