Advertisement
swojcik

Untitled

Jan 30th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.05 KB | None | 0 0
  1. int n;
  2. do{
  3.     cin>>n;
  4. }while(n<100 || n>100)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement