write a program that asks a user for their birth year encoded as two digits (like "62") and for the current year, also encoded as two digits (like "99"). the program is to correctly write out the users age in years

0

write a program that asks a user for their birth year encoded as two digits (like "62") and for the current year, also encoded as two digits (like "99"). the program is to correctly write out the users age in years

By Wooden Hammer Giamblers at Dec 16 2020


Related code examples


Code examples by languages