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

changing print message again

parent 45a2a606
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 Mahboobe!");
System.out.println("Hello Mahboobe local!");
int Mynumber = 25;
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