Quick Index
Overview


For this problem we will use the code provided in the full example.

As always, this challenge follows the full example closely.

Steps:


Declarations #1



Declarations #2



Declarations #3


In previous challenges you coded two new types (classes):


We will use these for the declarations here.


NOTE WELL -- you will have to copy Ball.java and Rectangle.java (your previous work) into the working directory you are using for this challenge.

Compile


Steps:


This is a compile-only challenge. You do not need to run any code.