Skip to content
Snippets Groups Projects
Commit 8ac5612b authored by Mahboobe Shakeri's avatar Mahboobe Shakeri
Browse files

changing hello message

parent 5de818f8
No related branches found
No related tags found
No related merge requests found
......@@ -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 world!");
System.out.println("Hello Mahboobe!");
int Mynumber = 15;
System.out.println("your number is : " + Mynumber);
Scanner sc = new Scanner(System.in);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment