Write a code that inputs a 2 dimensional array from user. Enter a search number. And Search the item in the array using binary search.

computer science

Description

Write a code that inputs a 2 dimensional array from user. Enter a search number. And Search the item in the array using binary search.


I need help with writing code for this program in C++.

I have tried but it doesn't work right. Please correct me where I am doing wrong.

Instruction Files

Related Questions in computer science category