Question: For this problem you will write some python code that takes in the total number of quarters, dimes, nickels and pennies that a person has

For this problem you will write some python code that takes in the total number of quarters, dimes, nickels and pennies that a person has and determines the total amount of money they have in dollars. \# Your solution here q= int(input("enter the number of quaters: ")) d=?? n=?? p=?? print("The total amount of money you have in dollars is: ", ??)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
