From ce82da66e16c20ebe7372733ad894756d0f38326 Mon Sep 17 00:00:00 2001 From: Abhishek Guleri <43719098+abhishekguleri@users.noreply.github.com> Date: Sat, 23 Mar 2019 21:36:52 +0530 Subject: [PATCH] unwanted line removed "int value =7" int value = 7; removed no need in the program --- 14 - Arrays/src/App.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/14 - Arrays/src/App.java b/14 - Arrays/src/App.java index efcef51..b7a89a8 100644 --- a/14 - Arrays/src/App.java +++ b/14 - Arrays/src/App.java @@ -1,8 +1,6 @@ public class App { public static void main(String[] args) { - int value = 7; - int[] values; values = new int[3]; @@ -27,4 +25,4 @@ public static void main(String[] args) { } } -} \ No newline at end of file +}