Question: Write a function average _ unit _ grade ( unit _ name, results ) that accepts as input a unit name and a table of
Write a function averageunitgradeunitname, results that accepts as input a unit name and a table of study results
of various students and units and that returns as output the average grade of the given unit. The input table is expected
to contain three columns: unit, student ID grade. You can assume that there is at least one result for the input unit
name.
For example:
results 'Database',
Operating Systems',
Operating Systems',
Java Fundamentals',
Java Fundamentals',
Mathematics
Mathematics
Information Systems',
Note: Your solution may NOT use any imports.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
