Question: Swift/Xcode: Can't figure out how to filter array and print filtered array. Requirements: Create an array that contains only the freshmen from the student array
Swift/Xcode: Can't figure out how to filter array and print filtered array.
Requirements:
Create an array that contains only the freshmen from the student array using the filter function
Create an array that contains only the full names (first name concatenated with the last name) from the student array using the map function
Return the average grade from all the students using the reduce function divided by the count

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
