Question: 1 Write an algorithm in pseudocode and then translate it into Python to solve the Leap Year Problem (LYP) with the following parameter and question

1 Write an algorithm in pseudocode and then translate it into Python to solve the "Leap Year Problem" (LYP) with the following parameter and question Parameter: a nonnegative integer, say, year Question: Is year a leap year? (2 pts) Write an algorithm to solve the LYP in pseudocode and (2 pts) Encode your algorithm in Python and label its output appropriately. (1 pt) Run your program with the instance 0 and afterwards with the instance 1973. Use a search engine in your Internet browser to find a method to test if a given year is a leap year. Include your Python program as a py file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
