<%@LANGUAGE="VBSCRIPT" %> <% Response.CacheControl = "no-cache" %>
Lab 13 (Due by Monday, December 6th at 11:59PM)

Overview

This lab will allow you to get some practice constructing classes and objects.

Assignment

You will duplicate the functionality of Lab 12 except you will use the file below as your main project file. You will then create a class called Saucer that will be used by the file below. You will make no changes to the file below except for adding your name to the top of the page as a comment.

Lab13.pde

NOTE: commenting out most sections of the code in the Lab13.pde and then working on each line one at a time will be the easiest way to approach this task.

Visit this page to try out the application and see the specific functional parameters required.


Grading

You will be graded on whether or not your program works as specified in the assignment, the readability of your code, and the correctness of your output. You may use any API Objects or calls that you like.