Lab 2 – More Java Fun
Lab 2 – More Java Fun
- Lab 2 Home
- Warmup
- Part 1
- Part 2
- Part 3
- Submission
10:00pm, Sunday, February 19
In this lab, you will be spending more time working with Java. The after this lab, you should be able to:
- write programs in Java;
- write object-oriented programs;
- instantiate an abstract class; and
- use arrays.
We provide you with the following Java files that you will not have to change:
Fighter.java
FightDriver.java
You will have to modify the following file:
CollectionsTest.java
You will need to create the following files:
Pyro.java
KickyPunchy.java
FightingSquirrel.java
Benford.java
Let’s get started with a warmup!