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

Merge remote-tracking branch 'origin/main'

# Conflicts:
#	src/Main.java
parents de001b33 9637e1fa
No related merge requests found
......@@ -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{
......
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