| CIT 591 Fourth Quiz Fall 2001, Dave Matuszek |
Name
__________________________________________ |
for loop to fill each location in
the above array with its index; that is, put 0 in array location 0, put
1 in array location 1, put 2 in array location 2, and so on. max is an int, and s
is a String, write a Java statement that assigns
the String representation of max to s.