Input :
How many numbers = 5
a[1] = 47
a[2] = 81
a[3] = 98
a[4] = 78
a[5] = 36
Enter any number to search : 98
Output :-
98 is found in the array....
Input :
How many numbers = 5
a[1] = 47
a[2] = 81
a[3] = 98
a[4] = 78
a[5] = 36
Enter any number to search : 78
Output :-
78 is found in the array....