Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Rewrite this program using C++ Vectors!! ! - Show program work - Ill rate the best answer ---------------------- Write a C++ program that reads a

Rewrite this program using C++ Vectors!!! - Show program work - Ill rate the best answer

----------------------

Write a C++ program that reads a list of double-precision grades from the keyboard into an array named grade. The grades are to be counted as they are read, and entry is to be terminated when a negative value has been entered. After all grades have been inputted, the program should find and siplay the sum and average of the grades. The grades should then be listed with an asterick (*) placed in fron of each grade that is below the average.

Also display each grade and its letter equivalent, using the scale:

Between 90 and 100 = A

Greater than or equal to 80 and less than 90 = B

Greater than or equal to 70 and less than 80 = C

Greater than or equal to 60 and less than 70 = D

Less than 60 = F

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

Beginning Databases With PostgreSQL From Novice To Professional

Authors: Richard Stones, Neil Matthew

2nd Edition

1590594789, 978-1590594780

More Books

Students also viewed these Databases questions

Question

What standards did the IASB develop?

Answered: 1 week ago

Question

What is the most important part of any HCM Project Map and why?

Answered: 1 week ago