Question: Magic Numbers Write a C + + program that creates an integer array that will be used to store 5 0 int elements. Fill the

Magic Numbers
Write a C++ program that creates an integer array that will be used to store 50
int elements. Fill the array by generating random numbers in the range from 0
through 99. Make sure no duplicate values are stored. Repeatedly prompt the user
to enter a number in the range from 0 through 99. Create and use a function
named contains that is passed the array, the size of the array, and the users
entry. The function named contains will return a value of true if the users entry
matches one of the elements in the array or false if it does not.
Use a while loop to validate the users entry making sure that they enter a number
in the range from 0 through 99. Keep track of the number of attempts required to
guess a matching number.

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 Programming Questions!