Question: please write code in ( c + + ) Develop a function to gather 8 letter grades and store them in an array of characters.
please write code in cDevelop a function to gather letter grades and store them in an array of characters.
Create a function that accepts a letter grade of type character as its parameter and return an
integer value corresponding to each grade. This function should return zero if an invalid character
is provided.
Establish a function that generates an array of scores of type integer based on the array of letter
grades created in step This module will utilize the function crafted in step to convert each
letter grade into a score.
Design a function to accept an array of integers of size and return a boolean value indicating if
no grade is below
Develop functions for all other primary tasks, including computing all averages, determining the
average score of upperlevel courses, counting the number of courses above displaying output,
etc.
Now, utilize the created functions to carry out all the tasks accomplished for the midterm exam.
Construct a loop to prompt the user for the number of applicants before gathering the information
for each applicant and computing their scores.
Don't forget to develop functions for all significant tasks. Additionally, employ the formatting and
styles for your code that you've learned throughout the semester, and be sure to incorporate
comments to clarify your code.
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
