#include #include void main () { double purchase,paid,temp; int change; int left; cout << "Enter the amount of the purchase --> "; cin >> purchase; cout << "\n\nEnter the amout paid --> "; cin >> paid; temp = purchase - paid; cout << "\n\n\nTotal change - " << temp; cout << "\n\nDollars - " << int(temp); temp = temp - int(temp); cout<<(int)change / 25<<" quarter(s)"<