HOMEWORK 1- CS332

 

 

Due Tuesday 01/29/2002

 

 

1)      Read Chapter 1 and Appendix E of Textbook.

 

2)      Go to http://java.sun.com/docs/books/tutorial/java/index.html and browse the

       section on Language Basics

 

3)      If you have a machine at home, install the latest JDK (follow instructions from

            Textbook). Else, just play with the JDK installed in the CS system.

 

4)      Write a simple class that asks the user an integer and prints its factorial to the

screen (reminder: N != N* (N-1)*……*1). Test your program and bring in the

code next time.