Approach used below is as follows −
Read moreWhich statement do we use to take input of our age?
Age = int(input(“Enter your age”)) is correct to take input of age from the user in integer form.
Read moreHow do I calculate age in C++?
The function then does the task of calculating the age. We find the year y by simply subtracting the values of py and by. We find the month m by subtracting the values of pm and bm if pm>bm. Otherwise, we subtract 1 from y and subtract the quantity (bm – pm) from 12.
Read more