master
This commit is contained in:
parent
ab5392dd52
commit
ba1bdbca7b
Binary file not shown.
@ -18,6 +18,7 @@ public class Person {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void display(){
|
void display(){
|
||||||
|
String s = "";
|
||||||
System.out.print(name);
|
System.out.print(name);
|
||||||
System.out.print(" ");
|
System.out.print(" ");
|
||||||
System.out.print(surname);
|
System.out.print(surname);
|
||||||
|
Reference in New Issue
Block a user