Course Content
Java Extended
Java Extended
Country Information Management Challenge
Task
Your task is to create a Country
class. It should have fields: name
, population
, and continent
on which the country is located. All fields in this class should have a private
access modifier. You should also write getters and setters for each field in this class. The main
method is already prepared, your task is to implement the Country
class:
Note
This is a complex and challenging task, so if you haven't made progress in solving it within ≈15 minutes, feel free to click on the Hint button or analyze the Solution!
Thanks for your feedback!
Country Information Management Challenge
Task
Your task is to create a Country
class. It should have fields: name
, population
, and continent
on which the country is located. All fields in this class should have a private
access modifier. You should also write getters and setters for each field in this class. The main
method is already prepared, your task is to implement the Country
class:
Note
This is a complex and challenging task, so if you haven't made progress in solving it within ≈15 minutes, feel free to click on the Hint button or analyze the Solution!
Thanks for your feedback!
Country Information Management Challenge
Task
Your task is to create a Country
class. It should have fields: name
, population
, and continent
on which the country is located. All fields in this class should have a private
access modifier. You should also write getters and setters for each field in this class. The main
method is already prepared, your task is to implement the Country
class:
Note
This is a complex and challenging task, so if you haven't made progress in solving it within ≈15 minutes, feel free to click on the Hint button or analyze the Solution!
Thanks for your feedback!
Task
Your task is to create a Country
class. It should have fields: name
, population
, and continent
on which the country is located. All fields in this class should have a private
access modifier. You should also write getters and setters for each field in this class. The main
method is already prepared, your task is to implement the Country
class:
Note
This is a complex and challenging task, so if you haven't made progress in solving it within ≈15 minutes, feel free to click on the Hint button or analyze the Solution!