Make a program to simulate the end of the world as we know,
containing the following features: NEEDED IN C++.
The world population according to all sci-fi movies will perish
up to a certain percentage, given global: (a) earthquakes 10%, (b)
tsunamis 20%, (c) volcanoes 10%, (d) freezing temperature from
sudden ice age 10%, (e) crashing meteorites 10%, (f) widely spread
fires 10%, (g) hunger 10%, (h) zombies 10%, and (i) hurricanes
10%;1) Implement a classnamed World; Class Worldinherited the...