PRACTICE_CHALLENGE // Expert

Make a Person

Description

Fill in the object constructor with the following methods below: getFirstName(), getLastName(), getFullName(), setFirstName(first), setLastName(last), setFullName(firstAndLast).

Solution Editor
Editor_Pane
Loading...
Console_Output
Waiting for output...