Guest User

Untitled

a guest
Feb 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. cout << "How many days was Teller " << teller << " sick in Year One? ";
  2. cin >> yearOne;
  3. if (yearOne < 0 || yearOne > 365 ) {
  4. cout << "Invalid";
  5. cout << "How many days was Teller " << teller << " sick in Year One? ";
  6. cin >> yearOne;
  7. }
Add Comment
Please, Sign In to add comment