Write an application that calculates the monetary value of various coins in a giant pickle jar and prints the total in
dollars and cents. The class name should be Money. Display a prompt the user for the number of each type of coin and
get integer values that represent quarters, dimes, nickels, and pennies from the keyboard. Your
console window should resemble:
Please enter the number of quarters: 13
Please enter the number of dimes: 27
Please enter the number of nickels: 153
Please enter the number of pennies: 489