Write a program that listed all the capitals for countries in a specific region of the world. Create a countryType class to store the information. This class will contain capital, primary languages and the population. Create a “continent” array of countryType class and display its contents.