User profile: chnl21

User info
User name:chnl21
Old user name:chanelpedrosa
History
Joined:
Number of posts:6
Latest posts:

Cashier Program
else { cout<<"\nInvalid quantity.\n\n"; order(); ...

Cashier Program
} cout<<"Please enter your amount of cash: "; cin>>cash; if (cash>=t...

Cashier Program
#include <iostream> #include <conio.h> #include <windows.h> using namespace std; void order(); i...

Cashier Program
Can you make my program better? The only problem I have with this is my breakdown. What should I cha...

basic cashier program for c++
This is my changed program. The AmountDue does not produce the right value. What do you think is wro...