Done lab 1-3

This commit is contained in:
xivihwa
2023-04-04 17:40:44 +03:00
parent 399941844f
commit 29e63163a4
48 changed files with 205 additions and 605 deletions

View File

@@ -1,13 +0,0 @@
package test;
public class A {
/*private*/ int f/* = 3*/;
public int getF() {
return f;
}
public void setF(int f) {
this.f = f;
}
}