This website is preserved for historical and scholarly reference and is no longer actively maintained.
QUIZ 17
September 29, 1997
#1. Explain what each of the following two program segments computes: ( 2 points )
and
String s = "2";
t = s + s;
#2. Write code for Exercise R 5.14 on page 223. ( 8 points)