Guest User

Untitled

a guest
Jul 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. char ch='y';
  2. while (ch='y')
  3. {
  4.       //operators
  5.       cout<<"\nPress y to continue or q to quit";
  6.       ch=getch();
  7.       if ch='q' // ????
  8.       }
Add Comment
Please, Sign In to add comment