Answered step by step
Verified Expert Solution
Link Copied!

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 (c++)Develop a function to gather 8 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 1. This module will utilize the function crafted in step 2 to convert each
letter grade into a score.
Design a function to accept an array of integers of size 8 and return a boolean value indicating if
no grade is below 65.
Develop functions for all other primary tasks, including computing all averages, determining the
average score of upper-level courses, counting the number of courses above 85, 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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Main Memory Database Systems

Authors: Frans Faerber, Alfons Kemper, Per-Åke Alfons

1st Edition

1680833243, 978-1680833249

More Books

Students also viewed these Databases questions