Question: Question 1 You are required to implement a computer program, using the C++ Programming Language. which accepts 15 values from its user, and places them

 Question 1 You are required to implement a computer program, using

Question 1 You are required to implement a computer program, using the C++ Programming Language. which accepts 15 values from its user, and places them in an array. Your computer program must check if cach accepted value is less than 0 or greater than 100, and then output "Invalid Value" if the result is true; otherwise, your computer program must perform the following for all valid values: if the value is between 80 and 100, output "A"; if the value is between 50 and less than 80, output "B"; otherwise, output "F Before your program terminates your program must give an output indicating the percentage for the values that were invalid. Your solution must implement and use at least two user-defined functions to complete the tasks

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!