Binary search algorithm implementation
Write a program that takes an array of integers and a number as an input and the position (index) finds that number with the help of a binary search algorithm in the array. If there was no number in the array, it will show a good message.
Input sample:
Output sample: