Update lab4
This commit is contained in:
parent
511422ad6c
commit
1f0c160216
2
lab4
2
lab4
|
@ -44,7 +44,7 @@ public class Lab4 {
|
|||
|
||||
int C11 = 2430 % 11;
|
||||
System.out.println("\n ----------------------------------------------------------------------------------------------------------");
|
||||
System.out.println(" C17 = " + C11 + ", So, the task is: Define the student class, which consists of at least 5 fields.");
|
||||
System.out.println(" C11 = " + C11 + ", So, the task is: Define the student class, which consists of at least 5 fields.");
|
||||
System.out.println(" ----------------------------------------------------------------------------------------------------------");
|
||||
|
||||
Student[] students = {
|
||||
|
|
Loading…
Reference in New Issue