Skip to content

Commit 9aecaed

Browse files
committed
cohort 42.1 hw #8 ext update
1 parent a1ab960 commit 9aecaed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BerlinAIT/Cohort42.1/src/extend/Consultation.java renamed to BerlinAIT/Cohort42.1/src/extend/HomeWork8ext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
import java.util.Arrays;
44

55
/**
6-
* AIT-TR, cohort 42.1, Java Basic, Consultation #2
6+
* AIT-TR, cohort 42.1, Java Basic, hw #8 ext
77
*
88
* @version 1-Feb-2024
99
*/
10-
public class Consultation {
10+
public class HomeWork8ext {
1111
public static void main(String[] args) {
1212
// hw #8 task #5 ext
1313
String exp = "16 + 23-123+8";

0 commit comments

Comments
 (0)