Guest User

Untitled

a guest
Jun 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #include<iostream>
  2. #include<conio.h>
  3.  
  4. using namespace std;
  5.  
  6. main()
  7. {
  8.  
  9. int year,age;
  10. cout<<"please enteryour birth year:"<<"\n\n";
  11. age=2018-year;
  12. cout<<"\n\n"<<"you have "<<age<<endl;
  13.  
  14. getch();
  15. return 0;
  16. }
  17. //> www.alighalehban.com.com
Add Comment
Please, Sign In to add comment