Errata in AN INTRODUCTION TO PROGRAMMING USING JAVA, first printing June 6, 2011 Page 33, fourth line from bottom, delete (it works only on variables with integer types) Page 36, exercise 2, change Why is this statement illegal? to Is this statement legal? Page 219, change the two occurrences of "serial search" on the third line in Section 9.11 to "sequential search". Page 220, change the five occurrences of "serial search" in the second paragraph to "sequential search". Page 227, in the sentence preceding the last Java statement, change To assign x the int value in the first ... to To assign i the int value in the first ... Page 228, Laboratory 9 Exercise 3, delete second "int" in for (int z, int i= 0; i < ia.length; i++) This line should read for (int z, i= 0; i < ia.length; i++) page 229, Exercise 4, change colon at end of the third line to a semicolon. page 241, Fig. 10.2, line 21, insert "private" before "int". Page 247, italized sentence. Change A reference can point "across" or "up" but not "down." to A reference can point "across" or "down" but not "up." page 316, Problem 2, delete "non-negative" in the prompt message. Page 327, Fig. 13.5, delete line 2. Page 329, Fig. 13.6, delete line 2. page 438, item 14. Change "Path_Edit" to "Path -> Edit". page 446, change serial search to sequential search.