Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. cin >> moznost;
  2. switch (moznost) {
  3. case 1:
  4. while (dalsi_den == 2) {
  5. cout << "Madari maju sice najslabsiu armadu ale za to najviac penazi.\n";
  6. cout << "1.Moznost Nakupu\n";
  7. cout << "2.Moznost Utoku\n";
  8. cout << "3.Moznost pokial nemas zaujem o nic mozes preskocit na dalsi den napisanim cisla 1\n";
  9. cin >> dalsi_den;
  10. }
  11. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement