//# agge //program to calculate current age #incllude using namespaces std; int main(){ int cy,by; cout<<"entere current year and birth year"; cin>>cy>>by; int age=cy-by; cout<<"current age"<<age; } return 0;
-
Notifications
You must be signed in to change notification settings - Fork 0
HimrashmiParrey/agge
About
program to calculate current age
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published