DOLLAR ASSIGNMENT You will create a dolllar class. The class must represent the idea of a dollar amount using two integers, dols and pennies. The pennies must always be between 0 ... 99. There will be methods toString, add, new, and set. There will be a main class demonstrating the functionality of these methods. DBI ASSIGMENT You will write a DBI/CGI program. It will print every nation with more people than the United States. It will print every nation with more area than the United States. It will print every nation with more gdp than the United States. It will use at least one function to accomplish this task.