CIS 2503 - Introductory Java Programming
Bob Comer, Professor, CIS/CSC


Programming Assignments

Note: All programs must follow a professional programming style.

Assign #

Program Description

1

Write an application or applet that declares 3 integer variables and intializes each to some value, then calculates and prints the sum, average, and product of the three variables.

2

The factorial of a positive integer n is the product of the integers from 1 through n. Write an application or applet that calculates and prints a table of factorials for the integers 1 through 5.

Return to Java Home Page

Copyright: Ó 1999 by the Austin Community College.
Department of Computer Studies. All rights reserved.
Comments to:
Bob Comer
Last updated: September 9, 1999