Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

getGradesffloat scores, string grades, int size) convert from score to letter grade for each score. TODO Write a function getGrades that converts an array of

image text in transcribed

getGradesffloat scores, string grades, int size) convert from score to letter grade for each score. TODO Write a function getGrades that converts an array of floats representing students' grades into strings representing their letter grades. The function does not return a value, but should fill in the grades array. The function should take the following parameters: an array of floats scores with entries in the range [0, 100] an array of strings grades in which the associated grade is returned. an integer representing the size of the array size Use the grading criteria for this class. Assume for this exercise that ranges are inclusive on the lower end. eg. A is 193, 10 .A-s po, 93, B. isp87, 90 . Bis po, 87 , less than 60 is an F. If the following array is provided to the function: float scores[] = {92.8, 87, 74, 94.5); the function should return the following values in grades: f "A-", "B+", "C", "I Answer: (penalty regime: 0 %) 1 void getGrades(float scores[], string gradesC], int size)f 2 //your code here

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

Advances In Databases And Information Systems 23rd European Conference Adbis 2019 Bled Slovenia September 8 11 2019 Proceedings Lncs 11695

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Aida Kamisalic Latific

1st Edition

3030287297, 978-3030287290

More Books

Students also viewed these Databases questions

Question

What is American Polity and Governance ?

Answered: 1 week ago

Question

What is Constitution, Political System and Public Policy? In India

Answered: 1 week ago

Question

What is Environment and Ecology? Explain with examples

Answered: 1 week ago

Question

3. Job rotation is used for all levels and types of employees.

Answered: 1 week ago