X756: Find value within array in C++

Given an integer called value and an array of three integers called list, the boolean found should be true if value is is within list one or more times. Otherwise, found should be false.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.