Skip to content

Commit 073032f

Browse files
committed
lab_5 functional
1 parent 0d4fa3d commit 073032f

File tree

22 files changed

+178
-271
lines changed

22 files changed

+178
-271
lines changed

build/java_labs/Main.class

67 Bytes
Binary file not shown.

build/java_labs/lab_5/Lab.class

1.33 KB
Binary file not shown.
1.78 KB
Binary file not shown.
1.2 KB
Binary file not shown.
Binary file not shown.
2 KB
Binary file not shown.
399 Bytes
Binary file not shown.
Binary file not shown.
551 Bytes
Binary file not shown.

src/java_labs/Main.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ public static void start() {
1818
System.out.println("[01] : LAB 1");
1919
System.out.println("[02] : LAB 2");
2020
System.out.println("[03] : LAB 3");
21-
System.out.println("[04] : LAB 4\n");
21+
System.out.println("[04] : LAB 4");
22+
System.out.println("[05] : LAB 5\n");
2223
System.out.println("[-1] : Exit\n");
2324
System.out.println("---------------------------\n");
2425
System.out.println("Enter your choice :\n");
@@ -43,7 +44,7 @@ public static void start() {
4344
java_labs.lab_4.Lab.start();
4445
break;
4546
case 5:
46-
//java_labs.lab_5.Lab.start();
47+
java_labs.lab_5.Lab.start();
4748
break;
4849
default:
4950
System.out.println("\nInvalid Choice");

0 commit comments

Comments
 (0)