This homework for chapter 4 moves milestones created for previous chapters into classes and methods as described below.
Make a fork of this repository: https://github.com/mlhaus/java-chapter-4.
Clone a copy to your computer.
Open App.java and Chapter3.java. Use and modify your Assignment code from Chapters 1, 2, and 3 to complete this assignment. Every method will have a void return type.
- Create methods for Chapter 1 milestones in the App class. These methods must be declared static.
- Create methods for Chapter 2 milestones in a Chapter2 class inside the App.java file.
- Create methods for Chapter 3 milestones in a Chapter3 class inside the Chapter3.java file. These methods must be declared public.
The workspace contains two folders by default, where:
src
: the folder to maintain sourceslib
: the folder to maintain dependencies
The JAVA DEPENDENCIES
view allows you to manage your dependencies. More details can be found here.