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 #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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!