User profile: cool5288

User info
User name:cool5288
History
Joined:
Number of posts:3
Latest posts:

Exception Handling
void verify (int min, int max) { int input; while (cin >> input) { if (input < min || input > max) ...

Exception Handling
what was the final code

Exception Handling
void verify (int min, int max) { int input; while (cin >> input) { if (input < min || input > max) ...

This user does not accept Private Messages