Due: April 14, 2006.
This assignment will give you practice at writing Java programs with loops, and using arrays.
Write Java programs to solve Problems 3.11, 3.14 and 3.17 in the Java Exercises handout (see the yellow book).
Note. For each problem, hand in a copy of your program source code and a script of I/O for typical program usage. To create a script, type something like:
prompt >> script output-file
Now all input/output on the screen will be echoed to the file "output-file". To terminate the script, type:
prompt >> exit
Now print "output-file" and hand it in.
Developed in April 2006 by Mark Austin
Copyright © 2006, Department of Civil and Environmental Engineering, University of Maryland