Chapter . Exercises

Exercise 1.1: Enter, compile, and run HelloWorld on your system. 3

Exercise 1.2: Try changing parts of HelloWorld and see what errors you might get. 3

Exercise 1.3: Add a title to the printed list of the Fibonacci program. 6

Exercise 1.4: Write a program that generates a different sequence, such as a table of squares. 6

Exercise 1.5: Change the HelloWorld application to use a named string constant as the string to print. (A string constant can be initialized with a string literal.) 8

Exercise 1.6: Change your program from Exercise 1.3 to use a named string constant for the title. 8

Exercise 1.7: Change the loop in ImprovedFibonacci so that i counts backward instead of forward. 12

Exercise 1.8: Add a method to the Point class that ...

Get THE Java™ Programming Language, Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.