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 moreHow do you calculate age in programming?
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 moreWhat is the equation for calculating discount?
Remember the formula for finding the discount price of an item. Where S = sale price, r = discount percentage rate and p = original price, the discount formula is: S = p – rp .
Read moreHow do you calculate discounts step by step?
How do I calculate discount in percentages?
Read more