#include <iostream>
#include <iomanip>
using namespace std;
int main()
{
int numAp;
int numOr;
int numBa;
double apC;
double orC;
double baC;
double Total;
cout <<"Please enter the number of apples you want to purchase:\n";
cin
>>numAp;
cout <<"Please enter the number of oranges you want to purchase:\n";
cin
>>numOr;
cout <<"Please enter the number of bananas you want to purchase:\n";
cin
>>numBa;
cout <<"\nBOB'S FRUITS GROCERY INVOICE";
cout <<"\n----------------------------\n";
This is the end of the preview.
Sign up
to
access the rest of the document.
- Fall '14
- Kristina Shroyer
- @, cout, #include, ORC
-
Click to edit the document details