Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit edf2245

Browse files
authored
remove the answer lol
1 parent 5f3e949 commit edf2245

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

Lesson_03/Exercises/ExerciseTwo.java

+1-16
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,5 @@ public class ExerciseTwo
1818
public static void main(String[]args)
1919
{
2020

21-
for(int i=1; i<=4; i++)
22-
{
23-
for(int a=3; a>3-i; a--)
24-
{
25-
System.out.print(" ");
26-
}
27-
System.out.printf("\\");
28-
for(int b=1; b<10-(2*i); b++)
29-
{
30-
System.out.print(":");
31-
}
32-
System.out.print("/");
33-
System.out.println();
34-
}
35-
3621
}
37-
}
22+
}

0 commit comments

Comments
 (0)