...
/Coding Challenge: Students Results
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.
We'll cover the following...
Problem statement
Complete the following program to compute and return the female student’s results (name and average grade). Refactor it using ...