Question: Using C++ write a program that lists European, Middle-Eastern, or Asian countries and their capitals. The program retrieves this information from three input files that
Using C++ write a program that lists European, Middle-Eastern, or Asian countries and their capitals. The program retrieves this information from three input files that the user specifies during program execution. The data can be stored in a one-dimensional array with enumberation type indices, a two-dimensional array, or a parallel array. The data is displayed in a tabular format at the end of the program execution.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
