Write a program that calculates how much a person woulkd earn over a period of time if his or her salary is one penny the first day and two pennies the second day and continues to double each day. The program should ask the user for the number of days. Display a table showing how much the salary was for each day, and then show the total pay at the end of the period. The output should be displayed in dollar amount,not number of pennies. Make sure you code the validation correctly and not allow the user to enter a number of days less than one continue asking for number of days (1 or more) Validation does count