Question SOLVED: Write a program that dynamically allocates an array that holds a user defined number of test scores

$30.00 $24.00

Quantity

You'll get a: . zip file solution : immediately, after Payment

Description

Question SOLVED: Write a program that dynamically allocates an array that holds a user defined number of test scores

5/5 - (2 votes)

The program language is C++ for visual studio express 2013

Write a program that dynamically allocates an array that holds a user defined number of test scores. Once the user enters the test scores the array should be passed to a function that sorts the test scores in ascending order. Then another function should be called that calculates the average of the test scores. The program should display the sorted scores as well as the average score with appropriate headings. Use pointer notation when possible and input validation to accept only positive numbers for test scores

0