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

changing print

parent f432a4e1
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 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);
......
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