Question: c + + / / Exercise 1 : Re - write this program so that it searches an array of integers rather than characters. Search
c Exercise : Rewrite this program so that it searches an array of integers rather
than characters. Search the integer array nums
for several different integers. Make sure you try integers that are in the array
and others that are not. What happens if you search for
Exercise : Rewrite the program so that the user can continue to input values
that will be searched for, until a sentinel value is entered to end the program.
Should a pre or post test loop be used?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
