include <iostream>
using namespace std;
int main()
{
int dollars,quarters,dimes,nickels,pennies;
cout << "Enter amount in dollars:" ;
cin >> dollars;
cout <<"your change is" << (dollars/.25) << "quarters"<<endl ;
}//end of code
do i need to add something to the end so that it doesn't close?
a. Prolonged appt and pt
b. Shortened appt and pt
c. Prolonged appt and shortens pt
d. No effect on appt or pt
(this is a question from an exam I'm looking to take. It's related to phlebotomy. Please explain the answer cause I can't figure out what it is)
Many thanks,
Brian