Question: python Write a program that asks the user for their birthday (day, month and year). The program shy for today's date (date the program is
Write a program that asks the user for their birthday (day, month and year). The program shy for today's date (date the program is being used) assuming the current year 2022. The program prints the person's age in years. It prints their age based on the day, month and year (not only the year). For example, if the person was born in November 15 of 2000 . The program will print 22 (see the test cases). Note: you can implement your solution using only 1 if/else block if you use boolean operators. Por ejemplo
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
