Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1.  do
  2.         {
  3.         if (menu > 3 || menu < 0)
  4.         {
  5.             menu_succes = false;
  6.             std::cout << "Wpisano zle dane!";
  7.             std::cin >> menu;
  8.         }
  9.         }while (menu_succes == true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement