Problem #1009 C++ using OBJECT ORIENTED PROGRAMMING

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