Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started