main()
{
int quitnum
int quarter, dime, nickel, penny;
// Enter number of pennies
cout << "Please enter the number of penny(ies) you have: ";
cin >> penny
// Get the amount of penny(ies) in other coin value
cout << "Quarter(s): " << quarter << endl;
cout << "Dime(s): " << dime << endl;
cout << "Nickel(s): " << nickel << endl;
cout << "Penny(ies): " << penny << endl;
// End program
cout << "Enter a 0 to quit program ";
cin >> quitnum;
return 0;
}
1
Expert's answer
2010-09-16T08:24:55-0400
We can assist you with your assignment, just submit it to our site and our experts will help you. And, please, inform about the number of Your question while submitting. Thank You.
"assignmentexpert.com" is professional group of people in Math subjects! They did assignments in very high level of mathematical modelling in the best quality. Thanks a lot
Comments
Leave a comment