undefined
8
Task
New Java Syntax, level 8, lesson 2
Locked
Where does a Person come from?
n the Person class, declare the following variables: String name, int age, int weight, int money. In the main method, create a Person object and store a reference to it in the variable person. Hint: Use the following construct to create a Person object and assign a reference to that object to the va
undefined
8
Task
New Java Syntax, level 8, lesson 2
Locked
Favorite board games
Create a list of your top 5 favorite board games.

The best way to internalize theory is to practice it. If this topic seemed difficult to you, we recommend solving extra tasks in order to help you fill in the gaps in your knowledge. Or if the few required tasks are enough for you, feel free to move on to the next lessons.