Question: C++ Please!! Question: Create an array of 20 test scores between 25 and 100 on the heap (dynamic array) using a random number generator to
C++ Please!!
Question: Create an array of 20 test scores between 25 and 100 on the heap (dynamic array)
using a random number generator to populate the array. Use pointer indirection
(not array notation) within your loops. List your scores in rows of 5 values.
Example output: 100 80 92 41 44 100 25 53 52 37 66 42 50 95 27 99 83 77 55 36
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
