5
Answers

Write a method which searches an array for a string value

Ken J

Ken J

6y
527
1
Write a method which searches an array for a string value and displays the message "Found" or "Not Found". The methods accepts an string array and a string variable to be searched.
Answers (5)