Forum: C++ Aug 19th, 2009 |
| Replies: 4 Views: 250 so far this wot i have finished for the breakdown...can sumone pls help with the codes
if (a>0)
cout<<"1000 0 "<<a<<endl;
else
cout<<"1000 0 0"<<endl;
b=change-1000;... |
Forum: C++ Aug 19th, 2009 |
| Replies: 4 Views: 250 i dun really have any codes for the change breakdown yet cuz i duno how to do it using switch statement |
Forum: C++ Aug 19th, 2009 |
| Replies: 4 Views: 250 Cashier 1.0 is a C++ program that displays on the screen item codes with corresponding item description and price (at least 10 items). It asks the user to enter the code of the item purchased by a... |