Coding Challenge: Students Results

Let's practice how to return the names and average marks of only the female students from a list of students.

Problem statement

Complete the following program to compute and return the female student’s results (name and average grade). Refactor it using ...