Hi there, newbie to python and in need of help for an assignment.
I have to write a Python program that prompts the user to input the before-tax price of an item and
the payment from the customer. It should then perform two tasks. First, compute and display the
after-tax price, assuming a tax rate of 5%. Second, compute the change owed to the customer, and break that down
into dollars, quarters, dimes and pennies, with the total number of coins in the breakdown minimized. Display such breakdown information.Note, if the after-tax price includes a certain fraction of a penny, ignore that fraction.
Thanks for the help!