Question: // im trying to validate this code for user input to be between 0 to 13. but its not working so i need help! //
// im trying to validate this code for user input to be between 0 to 13. but its not working so i need help!
// Example program #include
using namespace std;
int main() { int month = 00; while ( month > 0 || month < 13 ) { cout << " month:"; cin >> month; } if ( month == 2) { cout << " you enterd 2"; } return 0; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
