Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~90 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for kamran_yusuf

The leap year thing is troubling, eg 29-02-2009 is not a leap year but it still displays a day which it should not. [code] #include<iostream> #include<conio.h> using namespace std; int main () { int d=0,m=0,y=0,r1=0,r2=0,r3=0,r4=0,l=0; cout<<"Enter day : "; cin>>d; cout<<endl; cout<<"Enter Month : "; cin>>m; cout<<endl; cout<<"Enter Year : …

Member Avatar for Ancient Dragon
0
90