kadono

Untitled

May 24th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. string input = cin...
  2. if (input !is int)
  3. {
  4. display error
  5. reask for input
  6. }
  7. else
  8.  
  9. keep going
Advertisement
Add Comment
Please, Sign In to add comment