Posts
 
Reputation
Joined
Last Seen
Ranked #801
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
0 Endorsements
~43.1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Youssef Faisal
Member Avatar for rajesanthu

#include <iostream> using namespace std; int main() { int day , month, year , day_c,month_c,year_c,dd=0,md=0,yd=0; cout << "please enter your birthday date : day/month/year \n"; cin >> day; cin >> month; cin >> year; cout << "please enter the current date : day/month/year \n"; cin >> day_c; cin >> month_c; …

Member Avatar for Youssef Faisal
-4
43K