Given a collection of country objects, you must print out it's contents as an ascii table in the terminal. The number of rows depends on how many objects exist in the collection, and the amount and size of the columns depends on the amount and length of the properties of the objects. It's important to visualize the possible edge cases of differing values of each object given in the country collection. You have an hour to do this question.