diff --git a/src/Main.java b/src/Main.java index 005cf11eb94e00c3f057829028999581c4be2d75..628963548dd0aea7a49279a32f72d75abd675781 100644 --- a/src/Main.java +++ b/src/Main.java @@ -5,10 +5,10 @@ public class Main { public static void main(String[] args) { //TIP Press <shortcut actionId="ShowIntentionActions"/> with your caret at the highlighted text // to see how IntelliJ IDEA suggests fixing it. - //sep 18 - for(int i=0; i<6;i++){ - System.out.println(i); - } + System.out.println("changes in the merge"); + System.out.println("Hello Mahboobe changing the code online!"); + int Mynumber = 25; + System.out.println("your number is : " + Mynumber); Scanner sc = new Scanner(System.in); int number=3; // do{