The function
in Example 6-13 is written as a
function to compute and output the course grade. The course score is passed as a parameter to the function
. Rewrite the function
as a value-returning function so that it computes and returns the course grade. (The course grade must be output in the function
.) Also, change the name of the function to
.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.