Applied Java: Streams

Exercise: Calculate Average Grade

You want to know an average students' grade from a list of Students that you choose.

findAverageGrade method currently returns an empty Optional. Use Java streams implement it properly.