Problem #1009 DATA STRUCTURES

Enter 5 values of array from user, enter a value from user and search this value in array, if value is found then print “found” or not then print “not found”?

Your Solution