Question: Create your own search function and you'll call it something like array search. And you'll do const int ar int size, and you'll have a

Create your own search function and you'll call it something like array search. And you'll do const int ar int size, and you'll have a new variable that is int search. And what this array needs to return. What this function needs to return is, if I pass it a number between one and ten, how many times does that number appear in the array? So if we go back to this previous example, and I had said how many times does nine appear in the array? The answer would be two. How many times does five appear in the array? The answer would be five. So int search is the number you're looking for, and then you'll set it up very similar to how count even is. And you should be able to do this very easily. Let me know if you have any questions and I will see you in the next video.

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