Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. case 2:
  2. {
  3. cout << "You have chosen Flat White. Please insert 6 PLN:" << endl;
  4.  
  5. do{
  6. cin >> PLN || EURO || US;
  7. totalPLN=6-PLN;
  8. cout << "Please insert " << totalPLN << " more." << "You have entered: " << totalPLN << " so far." << endl;
  9. if(totalPLN==6)
  10. {
  11. cout << "Thanks. Here's your coffee." << endl;
  12. }
  13. }while (totalPLN<6);
  14. }
  15. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement