Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

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";
}
 
PREVIOUS NEXT
Tagged: #months #days
ADD COMMENT
Topic
Name
5+3 =