|
|
|
CompSci 6 Fall 2009: Assignment 3
Due: Friday, Sep. 11 - 11:59pm
15 points
Solve the following problems using the APT, and submit the program
using Ambient.
- First create a Java project named Assign3.
- Add comments to both of your Java classes, especially one with your
name, date and purpose.
// Author: Prof. Rodger
//
// Date: Sep. 1, 2009
//
// Purpose: Determine shortest amount of time to cook M pancakes in a pan
// that holds N pancakes at once.
- In the same project, create
one text file called README that includes the following
information.
- Your name
- The date
- Any comments on the programs, Eclipse or the APT.
- An estimate of how long it took you to do this assignment.
- The names of anyone you spoke with about this program. If you
discussed the solution with another student, include their name. If you
received help from a UTA or the professor, include their name.
- Submit the project with Ambient.
|