Chapter 2 Exam Preparation Exercises pg. 86 Questions 1 - 8. Chapter 3 Exam Preparation Exercises pg. 137 Questions 5, 6, 8, 10. 1. Given these input instructions: VAR A, B, C, D : INTEGER; ... READ(A); READLN(B, C); READ(D); and this data: 24 72 46 55 18 4 What is the value of a) A? b) B? c) C? d) D? 2. For each of the following sets of input instructions and data, determine the values of the variables. All variables are of type INTEGER. a. READLN(A); Data: 42 17 A: READ(B, C); 24 15 B: READLN(D); 31 43 C: D: b. READLN(A); Data: 19 22 A: READ(B, C, D); 25 16 B: 13 C: 4 D: c. READLN(A); Data: 17 cost A: READLN(B); 24 width B: READLN(C); 58 length C: Chapter 4 Exam Preparation Exercises pg. 186 Questions 2, 8, 10, 11 Chapter 5 Exam Preparation Exercises pg. 259 Questions 11 Chapter 5 Programming Warm-Up Exercises pg. 260 Questions 5, 7