From d1b447f044c66bc3ebc8c7cb93509486c7a71784 Mon Sep 17 00:00:00 2001 From: Amitesh tiwari <113535850+Amitesh-tiwari@users.noreply.github.com> Date: Sat, 23 Mar 2024 21:17:49 +0530 Subject: [PATCH] Update 2DArray.cpp --- 2DArray.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"<