[ad_1]
Replace your setName function with this :
public void setName(String name) {
girlsName = name;
}
You forgot add param type.
[ad_2]
solved Java Simple Program Does Not Run
[ad_1]
Replace your setName function with this :
public void setName(String name) {
girlsName = name;
}
You forgot add param type.
[ad_2]
solved Java Simple Program Does Not Run