Recent content by ayobboy09

  1. A

    I made a simple program but it loads and exits before i can read anything any help?

    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?
  2. A

    A short draw with a sodium citrate tube will lead to a:?

    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
Back
Top