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

Binary file not shown.

View File

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