Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.16 KB

Java-1 Chapter 4 for Barry Mikulas

This homework for chapter 4 moves milestones created for previous chapters into classes and methods as described below.


Instructions

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.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

Dependency Management

The JAVA DEPENDENCIES view allows you to manage your dependencies. More details can be found here.