Homework 2 Due Monday, September 23, 2002 Decide what type of variable you would use to store each of the following, then write a line of c++ code that declares such a variable: a. The number of times you've performed a task b. A person's mother's maiden name c. A single letter d. The distance between two locations (in miles, say) e. The size of the U.S. deficit, rounded to the nearest dollar f. A prime number g. A login-name h. The area (in acres, say) of a plot of land i. The number of toilets in a house Do problems 1a-h, 2, 8, 10, 11, 14, 15abdf, and 23 from Chapter 2 of the textbook.