Errata in Fundamentals of Java, 4th Edition

(ISBN-10: 0538744928)

           

Below are the errors that have been discovered in the first printing.  Please report any new errors to lambertk@wlu.edu.

 

Page 68

Last line of code in the code segment at the top of the page, Ò(x - .05)Ó should be Ò(y - .05Ó)

Page 83

Line 18 of the code segment at the top of the page, ÒreadDoubleÓ should be ÒnextDoubleÓ

Page 406

Exercise c, 4th line of code, Ò(String[1])Ó should be Ò((String)a[1])Ó

Page 406

Exercise d, 4th line of code, Ò(String[0])Ó should be Ò((String)a[0])Ó