diff --git a/bin/lab6/Person.class b/bin/lab6/Person.class index fd6b111..e123fd7 100644 Binary files a/bin/lab6/Person.class and b/bin/lab6/Person.class differ diff --git a/src/lab6/Person.java b/src/lab6/Person.java index e1bb7b3..fce5b1e 100644 --- a/src/lab6/Person.java +++ b/src/lab6/Person.java @@ -18,7 +18,6 @@ public class Person { } void display(){ - String s = ""; System.out.print(name); System.out.print(" "); System.out.print(surname);