Which one do you think is correct, and why? Why do you think the others are incorrect?Which of the alternatives is correct?
The program repeats until the input string is quit 0.
if((month == 1 || month == 3 || month == 5 || month == 7 ||
month == 8 ||month == 10 || month == 12 )||day<=1||day>=31){
_day=day;}