diff --git a/src/Main.java b/src/Main.java index 038e56412d11280eeb717a90fe5ce56e8ab5f4d0..259c9de258e8935dc21873934ce3b6eb466efb92 100644 --- a/src/Main.java +++ b/src/Main.java @@ -8,12 +8,17 @@ public class Main { System.out.println("changes in the merge"); System.out.println("Hello Mahboobe changing the code online!"); - int[] Mynumbers ={1,3,4,6}; - int[] Mynumbers2 = new int[4]; - Mynumbers2[0] = 5; - Mynumbers2[1] = 7; - Mynumbers2[2] = 9; - Mynumbers2[3] = 10; + + + + + +// int[] Mynumbers ={1,3,4,6}; +// int[] Mynumbers2 = new int[4]; +// Mynumbers2[0] = 5; +// Mynumbers2[1] = 7; +// Mynumbers2[2] = 9; +// Mynumbers2[3] = 10; // // for(int i=0; i < Mynumbers.length; i++){ // System.out.println("myNumber array value that index " + i + "\t is \t" + Mynumbers[i]); @@ -27,15 +32,15 @@ public class Main { // System.out.println("myNumber array value is \t" + number); // } - String[] fruits = {"Apple", "Banana", "Mango"}; - - for(String fruit: fruits) { - System.out.println("fruit name is \t" + fruit); - } - - for(int i=0; i< fruits.length; i++) { - System.out.println("fruit name is \t" + fruits[i]); - } +// String[] fruits = {"Apple", "Banana", "Mango"}; +// +// for(String fruit: fruits) { +// System.out.println("fruit name is \t" + fruit); +// } +// +// for(int i=0; i< fruits.length; i++) { +// System.out.println("fruit name is \t" + fruits[i]); +// }