Java Reference
In-Depth Information
Exercise 1.9 : Modify the Fibonacci application to store the sequence in-
to an array and print the list of values at the end.
Exercise 1.10 : Modify the ImprovedFibonacci application to store its se-
quence in an array. Do this by creating a new class to hold both the
value and a boolean value that says whether the value is even, and then
having an array of object references to objects of that class.
 
Search WWH ::




Custom Search