11. Write a user-defined function that calculates grade point average (GPA) on a scale of 0 to 5, where A = 5, B = 4, C = 3, D = 2, and F = 0. For the function name and arguments, use GPA = Grade PtAve (G, C). The input argument G is a vector whose elements are letter grades A, B, C, D, or F entered as a string (e.g., [`ABACFB']). The input argument C is a vector with the corresponding credit hours. The output argument GPA is the calcu- lated GPA rounded to the nearest tenth (i.e., 3.75 is rounded to 3.8, and 3.749 is rounded to 3.7). Use the function to calculate the GPA for a student with the following record: Grade BF C 3 A Credit Hours 4 3 BAD 4 2 3 3 A 3

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter7: User-defined Simple Data Types, Namespaces, And The String Type
Section: Chapter Questions
Problem 8PE: Write a program that reads in a line consisting of a students name, Social Security number, user ID,...
icon
Related questions
Question

in matlab please

11. Write a user-defined function that calculates grade point average (GPA) on
a scale of 0 to 5, where A = 5, B = 4, C = 3, D = 2, and F = 0. For the
function name and arguments, use GPA = Grade PtAve (G, C). The input
argument G is a vector whose elements are letter grades A, B, C, D, or F
entered as a string (e.g., [`ABACFB']). The input argument C is a vector
with the corresponding credit hours. The output argument GPA is the calcu-
lated GPA rounded to the nearest tenth (i.e., 3.75 is rounded to 3.8, and
3.749 is rounded to 3.7). Use the function to calculate the GPA for a student
with the following record:
Grade
Credit Hours
A B F C B A D A
4 3 3
2 3
4
3
3
Transcribed Image Text:11. Write a user-defined function that calculates grade point average (GPA) on a scale of 0 to 5, where A = 5, B = 4, C = 3, D = 2, and F = 0. For the function name and arguments, use GPA = Grade PtAve (G, C). The input argument G is a vector whose elements are letter grades A, B, C, D, or F entered as a string (e.g., [`ABACFB']). The input argument C is a vector with the corresponding credit hours. The output argument GPA is the calcu- lated GPA rounded to the nearest tenth (i.e., 3.75 is rounded to 3.8, and 3.749 is rounded to 3.7). Use the function to calculate the GPA for a student with the following record: Grade Credit Hours A B F C B A D A 4 3 3 2 3 4 3 3
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Datatypes
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr