Search
 
SCRIPT & CODE EXAMPLE
 

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";
}
Comment

PREVIOUS NEXT
Code Example
Cpp :: C++ code for Dijkstra’s Algorithm 
Cpp :: error handling in c++ 
Cpp :: c++ erase remove 
Cpp :: Disabling console exit button c++ 
Cpp :: sort c++ 
Cpp :: c++ program to convert kelvin to fahrenheit 
Cpp :: c++ in cmd 
Cpp :: c++ function as paramter 
Cpp :: c++ initialize static variable 
Cpp :: vector c++ 
Cpp :: inline c++ 
Cpp :: how to generate number in c++ 
Cpp :: best time to buy and sell stock leetcode solution 
Cpp :: cpp #include "" < 
Cpp :: hashmap c++ 
Cpp :: convert all strings in vector to lowercase or uppercase c++ 
Cpp :: c++ print 
Cpp :: c++ data types 
Cpp :: how to input in cpp 
Cpp :: initialising 2d vector 
Cpp :: fstream read write mode 
Cpp :: print fps sfml 
Cpp :: Initialize Vector Iterator Through Vector Using Iterators 
Cpp :: c++ formatting 
Cpp :: 344. reverse string c++ 
Cpp :: find an element in vector of pair c++ 
Cpp :: how to run cpp using gcc vscode 
Cpp :: oop in c++ have 5 
Cpp :: find maximum sum of circular subarray 
Cpp :: A Program to check if strings are rotations of each other or not 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =