Cia wants to use a Lambda function to check if a student has passed or failed. If a student has scored a percentage of 45 or more, they have passed, else they have failed. Help Cia write a lambda function for the same. Use map to iterate through the marks and return "Passed"/"Failed", based on the percentage.