Question: Use C++ Data Structure Programming method to: Create an array that holds 10,000 random floats between 1-1000. > Allow the user to enter an floats
Use C++ Data Structure Programming method to: Create an array that holds 10,000 random floats between 1-1000. > Allow the user to enter an floats to search Create and implement a Linear Search Algorithnm > If the number exists in the array and output the position. >If the search key does not exist in the Array simple output value not found. Use the clock(): method to time the execution of the search. appearing in the array. > Make sure to try and simulate value in the array and the value not Execute the program 3 times. >Describe your results . Attach Photos of Source Code and Output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
