Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Write an interactive program to process the exam scores for a group of students in a C++ programming course. Begin by specifying the

1. Write an interactive program to process the exam scores for a group of students in a C++ programming course. Begin by specifying the number of exam scores for each student. Then enter each student's name and exam scores. Calculate an average score for each student, and on overall class average. Write out the overall class average, followed by the name, the individual exam scores and the average score for each student. Store the student names in a two-dimensional character array, and store the exam scores in a two dimensional floating-point array. Test the program using the following set of student exam grades. Name II midterm midter midterm Grade 100 - 90 A+ 89 - 85 A 84 - 80 B+ 79 - 75 B 74 - 70 B- 69 - 65 C+ 64 - 60 C 59 - 55 C- 54 - 52 D+ 51 - 50 D Ali 65 80 84 B+ Brown 54 76 84 B+ Davis 48 89 94 A+ C+ Smith 78 66 65 Mehmet 77 78 98 A+ Kaya Jones 55 79 78 50 70 80 B+ A+ Prince 65 100 95 49 -0 F 2. Write a C++ programming using struct in C++ according to the table. 3. Implement the following functions. a) Function Celsius returns the Celsius equivalent of a Fahrenheit temperature. b) Function Fahrenheit retuns the Fahrenheit equivalent of a Celsius temperature. c) Use these functions to write a program that prints charts showing the Fahrenheit equivalents of all Celsius temperatures from 0 to 100 degrees, and the Celsius equivalents of all Fahrenheit temperatures from 32 to 212 degrees. A.

Step by Step Solution

3.37 Rating (150 Votes )

There are 3 Steps involved in it

Step: 1

1 Using arrays include using namespace std float studentAvgfloat afloat b float c float sumavg sumabc avgsum3 return avg string calculateGradefloat avgScore string g ifavgScore90 gA else ifavgScore85 ... 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

Basic Statistics for the Behavioral Sciences

Authors: Gary W. Heiman

6th edition

978-0495909941, 495909947, 840031432, 978-1337361903, 978-0840031433

More Books

Students also viewed these Programming questions

Question

Solve the following inequalities: (a) |x - 2| Answered: 1 week ago

Answered: 1 week ago