calendar check if month is 30 days
if( 0x0A50 & (1<<month) != 0 )
//(month==4||month==6||month==9||month==11) is perfectly ok
calendar check if month is 30 days
if( 0x0A50 & (1<<month) != 0 )
//(month==4||month==6||month==9||month==11) is perfectly ok
how many months have 31 days
#include <iostream>
int main {
std:cout << "There are 7 months have 31 days which are Janurary, March, May, July
August, October and December and 4 months have 30 days wich are April, June, September and November and there is one month have 29 days wich is febuary";
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us