[Solved]Ada Lovelace Day Celebrating Ada Countess Lovelace First Computer Programmer Traditionally Q37244881

Ada Lovelace Day, celebrating Ada, Countess of Lovelace as the first computer programmer, is traditionally celebrated on the second Tuesday of October each year Write a function that takes a year in the Gregornan calendar as an integer and returns the day of October on which Ada Lovelace Day falls, also as an integer. For example, given 2018 yau should return 9 (since the 9th of October is the second Tuesday in October of 2018). Your function does not have to account for non gregorian calendars or null years. You may use, and refer to documentation on, calendar, date, and related libraries in theanguage of your choice for this question Show transcribed image text Ada Lovelace Day, celebrating Ada, Countess of Lovelace as the first computer programmer, is traditionally celebrated on the second Tuesday of October each year Write a function that takes a year in the Gregornan calendar as an integer and returns the day of October on which Ada Lovelace Day falls, also as an integer. For example, given 2018 yau should return 9 (since the 9th of October is the second Tuesday in October of 2018). Your function does not have to account for non gregorian calendars or null years. You may use, and refer to documentation on, calendar, date, and related libraries in theanguage of your choice for this question
Expert Answer
Answer to Ada Lovelace Day, celebrating Ada, Countess of Lovelace as the first computer programmer, is traditionally celebrated on… . . .
OR

