Cia is now printing the entire report card with the details of the Student too. She wants to modify the program so that she just receives the result of the student given the score to the function. She can then use this result within the Report Card.
Help Cia by creating a function that returns the Passed if the student scores 45 or more marks, and Failed if the student scores less than 45. Use the returned value within the print statements in the report card.