4.4 LAB: Calculating Sum of Coins You cracked open a piggy bank and found many coins inside! Edit the program to ask the user for the quantity of quarters, dimes, nickels, and pennies that were inside the piggy bank. Then, calculate how many dollars the user has in total! Assume the user will enter in the coin quantity in this order: quarters, dimes, nickels, pennies. Output to the screen the total sum, in dollars, with 2 decimal places. Example: How many coins do you have? (Quarters, dimes, nickels, pennies) 41020105 You have this many dollars: \( 4.05 \) \begin{tabular}{|l|l} LAB & 4.4.1: LAB: Calculating Sum of Coins \\ ACTIVITY & \end{tabular} main.c \( \quad \) Load default template... Run your program as often as you'd like, before submitting for grading. Below, type any needed input values in the first box, then click Run program and observe the program's output in the second box. Enter program input (optional) If your code requires input values, provide them here.