By Vedant Dalal
In this project, I have created a calendar using C++ concepts like string, array, etc.
Hello Learners, In this calendar project, I have used the concept of array, string, switch case, prototype function, and many more.
Basically what this code can do is that when the user inputs the year details, he/she gets that year's calendar.
The Time Complexity of this code is O(1). The time taken doesn’t depend on the input year. It is the same for any input year given by the user.
Below is the terminal window to show how this code looks after compilation.
Submitted by Vedant Dalal (vd04001)
Download packets of source code on Coders Packet
Comments