diff --git a/2DArray.cpp b/2DArray.cpp index d8df0e7..f50e8ce 100644 --- a/2DArray.cpp +++ b/2DArray.cpp @@ -1,4 +1,5 @@ #include +#include using namespace std; bool isPresent(int arr[][4], int target, int i, int j){ cout<<"Enter the element to search"<