5
Answers

Write a method which searches an array for a string value

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)