0
/ 50
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...
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 feedback will appear here when you check your answer.