diff --git a/src/Main.java b/src/Main.java index 0ce00f508ce28487f07fa69cc166eb428b2beb7e..cdabd47b1ac7869a4ff486e1cbcf6745cee79d0d 100644 --- a/src/Main.java +++ b/src/Main.java @@ -5,7 +5,7 @@ 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. - System.out.println("Hello Mahboobe local!"); + 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);