a flowchart and then create a C++ Program to implement it: Write a program that prompts the user to enter exam scores of 10 students in an array called scores. You should then get the best score, and then assign grades based on the following scheme: • Grade is A if score is >=best - 10; • Grade is B if score is >=best - 20; • Grade is Cif score is >=best - 30; Grade is D if score is >=best - 40; Grade is F otherwise. Students' scores must be stored in an array of floats called scores. Make sure the array is sorted using bubble sort. Create another array called grades and store in it the assigned grades in parallel to the sorted scores array.

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter8: Advanced Method Concepts
Section: Chapter Questions
Problem 8RQ
icon
Related questions
Question
a flowchart and then create a C++ Program to implement
it:
Write a program that prompts the user to enter exam scores of 10 students
in an array called scores. You should then get the best score, and then
assign grades based on the following scheme:
• Grade is A if score is >=best - 10;
• Grade is Bif score is >=best - 20;
• Grade is C if score is >=best - 30;
• Grade is D if score is >=best - 40;
• Grade is F otherwise.
Students' scores must be stored in an array of floats called scores. Make
sure the array is sorted using bubble sort. Create another array called
grades and store in it the assigned grades in parallel to the sorted scores
array.
Transcribed Image Text:a flowchart and then create a C++ Program to implement it: Write a program that prompts the user to enter exam scores of 10 students in an array called scores. You should then get the best score, and then assign grades based on the following scheme: • Grade is A if score is >=best - 10; • Grade is Bif score is >=best - 20; • Grade is C if score is >=best - 30; • Grade is D if score is >=best - 40; • Grade is F otherwise. Students' scores must be stored in an array of floats called scores. Make sure the array is sorted using bubble sort. Create another array called grades and store in it the assigned grades in parallel to the sorted scores array.
Expert Solution
steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Program on Numbers
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,