COM3113 -- Fundamentals of Programming -- Assignments

College of Computer Science -- Northeastern University

Fall Quarter 2002

Assignment 3

Due by the end of Monday, Nov. 4th.

Part 1: Reading Assignment

Java 2 A Beginner's Guide By Herbert Schildt
Module 5 and Module 6
Page 169 to Page 261

Part 2: Coding Assignment

  • Compute the percentage of four bases in a sequence

  • Hard-coded the sequence in your code
  • Draw 4 rectangles in your Applet window to represent the percentage for each base
  • For all other Java Applet Sample Code from Dori Smith, click http://www.chalcedony.com/java/index.html?applets.html

    For Java Library from Sun website click here

    Back to assignments index page