Duke CS Logo CompSci 6: Program Design & Analysis I
(Fall 2009)
Home
Course Information
Calendar
Assignments
Assign 1
Assign 2
Assign 3
Assign 4
Assign 5
Assign 6
Assign 7
Assign 8
Assign 9
APT problems
Resources
Help sessions
Discussion Forum
Blackboard
Oasis

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.

  1. First create a Java project named Assign3.

  2. 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.

  3. In the same project, create one text file called README that includes the following information.
    1. Your name
    2. The date
    3. Any comments on the programs, Eclipse or the APT.
    4. An estimate of how long it took you to do this assignment.
    5. 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.
  4. Submit the project with Ambient.

Last updated Wed Nov 18 14:00:35 EST 2009