if(currentWorld.endOfWorld)
{
// create a new world based on debian and soccer
World linuxWorld = World(debian, soccer); // World(OS operatingSystem, Sport sport);
}
else
{
delete...