Hi can anyone help me doing a binary search..?
example:
the number of input is 10.
then the inputted number 20, 10, 90, 23, 21, 32, 87, 45, 76, 56
search value: 32
output:
Lower:
Middle:
Higher:
Value not found!
(Until the value found or the loop end)
sorry for bad english... :)