Question: Write a program that takes an array of size 5 and a key. The program prints Found if the key element is present on this

Write a program that takes an array of size 5 and a key. The program prints "Found" if the key element is present on this array or if the element is not in the array then print "Not Found". Use Linear Search technique. NB: Implement the above problem inside Main Procedure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
