Lab 4 Introduction
The objectives of this lab are to:
- Practice problem-solving with conditional logic.
- Introduce the Eclipse debugger for tracing and visualizing execution of your code.
As a first step, make a new project named project4
in your coms227
workspace, and within it create four packages:
lab4
.postage1
.postage2
.postage3
.
lab4
package:
CeilingTest.java
PostageTest.java
Donuts.java
PiggyBank.java
PiggyBankExample.java
And download the following skeleton and put in the postage1
package: