This commit is contained in:
Rémi Heredero 2021-11-19 11:39:18 +01:00
parent ba1bdbca7b
commit 931ccfe6be
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -18,7 +18,6 @@ public class Person {
}
void display(){
String s = "";
System.out.print(name);
System.out.print(" ");
System.out.print(surname);