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
OR
OR