|
| 1 | +<div style="text-align: center;"> |
| 2 | + |
1 | 3 | # INTRODUCTION TO JAVA PROGRAMMING 10TH EDITION <br> _Exercise Solutions_
|
2 |
| -### This repo contains my solutions to the end-of-chapter exercise’s from <a href="https://www.amazon.com/Intro-Java-Programming-Comprehensive-Version/dp/0133761312">Y. Daniel Liang’s Intro to Java Programming (10th Edition)</a> |
3 |
| -### I've included links below to all the freely accessible compainion material and quick links to navigate through my solutions by chapter. |
| 4 | + |
| 5 | +<img style="width:auto; height:auto; max-height: 30vh" src="./resources/coverpicture.png" alt="header-img-book-cover"> |
| 6 | + |
| 7 | +### This repo contains my solutions to the end-of-chapter exercise’s from <a href="https://www.amazon.com/Intro-Java-Programming-Comprehensive-Version/dp/0133761312">Y. Daniel Liang’s Intro to Java Programming (10th Edition)</a> |
| 8 | + |
| 9 | +### I've included links below to all the freely accessible compainion material and quick links to navigate through my solutions by chapter. |
| 10 | + |
4 | 11 | ### If you would like to contribute, please see: <a href="#contribute">Ways to Contribute</a>
|
| 12 | + |
5 | 13 | ____
|
6 |
| -#### - About the 10th Edition - |
| 14 | + |
| 15 | +#### - About the 10th Edition - |
| 16 | + |
7 | 17 | _"Daniel Liang teaches concepts of problem-solving and object-oriented programming using a fundamentals-first approach
|
8 |
| -. Beginning programmers learn critical problem-solving techniques then move on to grasp the key concepts of |
| 18 | +. Beginning programmers learn critical problem-solving techniques then move on to grasp the key concepts of |
9 | 19 | object-oriented, GUI programming, advanced GUI and Web programming using Java..."_
|
10 | 20 |
|
11 |
| -### **Companion Content:** |
12 |
| -- ### <a href="http://liveexample.pearsoncmg.com/liang/intro10e">10th Edition Companion Website</a> |
13 |
| -- ### <a href="https://liveexample.pearsoncmg.com/CheckExercise/faces/CheckExercise.xhtml?chapter=1&programName=Exercise01_01">Exercise Check Tool</a> |
14 |
| -- ### <a href="https://liveexample.pearsoncmg.com/javarevel2e.html">Hints to Quizzes and Programming Projects</a> |
15 |
| -- ### <a href='#checkpoint-answers'>Checkpoint Answers</a> |
16 |
| -- ### <a href="https://media.pearsoncmg.com/ph/esm/ecs_liang_ijp_10/ExampleByChapters.html">Example Programs By Chapter</a> |
17 |
| -- ### <a href="http://liveexample.pearsoncmg.com/liang/animation/animation.html">Algorithm Animations</a> |
18 |
| -- ### <a href="https://media.pearsoncmg.com/ph/esm/ecs_liang_ijp_10/supplement/Supplement1dcodingguidelines.html">Java Coding Style Guidelines</a> |
| 21 | +---- |
| 22 | +<h1 style="text-align: center">Companion Content</h1> |
| 23 | +<h6>Additional online learning material that came with the books</h6> |
| 24 | + |
| 25 | +#### <a href="http://liveexample.pearsoncmg.com/liang/intro10e">10th Edition Companion Website</a> |
| 26 | + |
| 27 | +#### <a href="#self-check-quizs">Self-Check Chapter Quiz's</a> |
| 28 | + |
| 29 | +#### <a href="https://liveexample.pearsoncmg.com/CheckExercise/faces/CheckExercise.xhtml?chapter=1&programName=Exercise01_01">Exercise Check Tool</a> |
19 | 30 |
|
| 31 | +#### <a href="https://liveexample.pearsoncmg.com/javarevel2e.html">Hints to Quizzes and Programming Projects</a> |
20 | 32 |
|
| 33 | +#### <a href='#checkpoint-answers'>Checkpoint Answers</a> |
| 34 | + |
| 35 | +#### <a href="https://media.pearsoncmg.com/ph/esm/ecs_liang_ijp_10/ExampleByChapters.html">Example Programs By Chapter</a> |
| 36 | + |
| 37 | +#### <a href="http://liveexample.pearsoncmg.com/liang/animation/animation.html">Algorithm Animations</a> |
| 38 | + |
| 39 | +#### <a href="https://media.pearsoncmg.com/ph/esm/ecs_liang_ijp_10/supplement/Supplement1dcodingguidelines.html">Java Coding Style Guidelines</a> |
21 | 40 |
|
22 | 41 | ____
|
23 | 42 | <span id="contribute"><span/>
|
24 | 43 |
|
25 |
| -## Ways to Contribute: |
26 |
| -### <em id="prs">Pull requests:</em> |
| 44 | +## Contribution Guide: |
| 45 | + |
| 46 | +<div style="text-align: left;"> |
| 47 | + |
| 48 | +### <em id="prs">Pull requests:</em> |
| 49 | + |
27 | 50 | - _When to use Pull Requests_
|
28 |
| - - To add new solutions, that do not already exist. |
29 |
| - - To add new documentation and/or comments to existing exercise solutions. |
| 51 | + - To add new solutions, that do not already exist. |
| 52 | + - To add new documentation and/or comments to existing exercise solutions. |
30 | 53 |
|
31 | 54 | - _How to use Pull Requests_
|
32 |
| - 1. Fork the Master branch |
33 |
| - 2. Create a feature branch (with a descriptive name) using the fork from step 1. |
34 |
| - 3. Make your changes to your new branch (Only commit and push the files you plan to merge). |
35 |
| - 4. Make a Pull Request into our intro-to-java-programming Master branch. |
36 |
| - |
37 |
| - |
| 55 | + 1. Fork the Master branch |
| 56 | + 2. Create a feature branch (with a descriptive name) using the fork from step 1. |
| 57 | + 3. Make your changes to your new branch (Only commit and push the files you plan to merge). |
| 58 | + 4. Make a Pull Request into our intro-to-java-programming Master branch. |
38 | 59 |
|
| 60 | +### <em>Issue's:</em> |
39 | 61 |
|
40 |
| -### <em>Issue's:</em> |
41 | 62 | - _Please feel free to open new Issues._
|
42 |
| - - To request a specific Exercise that you need answered. |
43 |
| - - Be sure to include the Chapter and Exercise number. |
44 |
| - - To request a change to an existing solution. |
45 |
| - - You find an error in an existing solution. |
| 63 | + - To request a specific Exercise that you need answered. |
| 64 | + - Be sure to include the Chapter and Exercise number. |
| 65 | + - To request a change to an existing solution. |
| 66 | + - You find an error in an existing solution. |
| 67 | + |
| 68 | +</div> |
| 69 | + |
46 | 70 | ____
|
47 | 71 |
|
48 | 72 | <h1>Exercise Solutions:</h1>
|
| 73 | +<h6>Quick Links to navigate these solutions by chapter</h6> |
| 74 | +<div style="text-align: left;"> |
49 | 75 | <ul>
|
50 | 76 | <li><a href="https://github.com/HarryDulaney/intro-to-java-programming/tree/master/ch_01"><strong
|
51 | 77 | >Chapter 1</strong></a> - Introduction to Computers, Programs, and Java </li><br>
|
@@ -98,56 +124,136 @@ ____
|
98 | 124 | <li><!--<a href="https://github.com/HarryDulaney/java-programming-daniel-liang-10th/tree/master/">--><strong>Chapter 32</strong><!--</a>--> - Java Database Programming</li><br>
|
99 | 125 | <li><!--<a href="https://github.com/HarryDulaney/java-programming-daniel-liang-10th/tree/master/">--><strong>Chapter 33</strong><!--</a>--> - Java Server Faces</li><br>
|
100 | 126 | </ul>
|
| 127 | +</div> |
101 | 128 |
|
102 | 129 | ____
|
103 | 130 |
|
104 | 131 | <h1 id="checkpoint-answers">Checkpoint Answers</h1>
|
| 132 | +<h6>Checkpoint Questions at the end of each chapter</h6> |
| 133 | + |
| 134 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter1.html">Chapter 1 Check Point Questions</a> |
| 135 | + |
| 136 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter2.html">Chapter 2 Check Point Questions</a> |
| 137 | + |
| 138 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter3.html">Chapter 3 Check Point Questions</a> |
| 139 | + |
| 140 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter4.html">Chapter 4 Check Point Questions</a> |
| 141 | + |
| 142 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter5.html">Chapter 5 Check Point Questions</a> |
| 143 | + |
| 144 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter6.html">Chapter 6 Check Point Questions</a> |
| 145 | + |
| 146 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter7.html">Chapter 7 Check Point Questions</a> |
| 147 | + |
| 148 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter8.html">Chapter 8 Check Point Questions</a> |
| 149 | + |
| 150 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter9.html">Chapter 9 Check Point Questions</a> |
| 151 | + |
| 152 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter10.html">Chapter 10 Check Point Questions</a> |
| 153 | + |
| 154 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter11.html">Chapter 11 Check Point Questions</a> |
| 155 | + |
| 156 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter12.html">Chapter 12 Check Point Questions</a> |
| 157 | + |
| 158 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter13.html">Chapter 13 Check Point Questions</a> |
| 159 | + |
| 160 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter14.html">Chapter 14 Check Point Questions</a> |
| 161 | + |
| 162 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter15.html">Chapter 15 Check Point Questions</a> |
| 163 | + |
| 164 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter16.html">Chapter 16 Check Point Questions</a> |
| 165 | + |
| 166 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter17.html">Chapter 17 Check Point Questions</a> |
| 167 | + |
| 168 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter18.html">Chapter 18 Check Point Questions</a> |
| 169 | + |
| 170 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter19.html">Chapter 19 Check Point Questions</a> |
| 171 | + |
| 172 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter20.html">Chapter 20 Check Point Questions</a> |
| 173 | + |
| 174 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter21.html">Chapter 21 Check Point Questions</a> |
| 175 | + |
| 176 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter22.html">Chapter 22 Check Point Questions</a> |
| 177 | + |
| 178 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter23.html">Chapter 23 Check Point Questions</a> |
| 179 | + |
| 180 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter24.html">Chapter 24 Check Point Questions</a> |
| 181 | + |
| 182 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter25.html">Chapter 25 Check Point Questions</a> |
| 183 | + |
| 184 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter26.html">Chapter 26 Check Point Questions</a> |
| 185 | + |
| 186 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter27.html">Chapter 27 Check Point Questions</a> |
| 187 | + |
| 188 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter28.html">Chapter 28 Check Point Questions</a> |
| 189 | + |
| 190 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter29.html">Chapter 29 Check Point Questions</a> |
| 191 | + |
| 192 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter30.html">Chapter 30 Check Point Questions</a> |
| 193 | + |
| 194 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter31.html">Chapter 31 Check Point Questions</a> |
| 195 | + |
| 196 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter32.html">Chapter 32 Check Point Questions</a> |
| 197 | + |
| 198 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter33.html">Chapter 33 Check Point Questions</a> |
| 199 | + |
| 200 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter34.html">Chapter 34 Check Point Questions</a> |
| 201 | + |
| 202 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter35.html">Chapter 35 Check Point Questions</a> |
| 203 | + |
| 204 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter36.html">Chapter 36 Check Point Questions</a> |
| 205 | + |
| 206 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter37.html">Chapter 37 Check Point Questions</a> |
| 207 | + |
| 208 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter38.html">Chapter 38 Check Point Questions</a> |
| 209 | + |
| 210 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter39.html">Chapter 39 Check Point Questions</a> |
| 211 | + |
| 212 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter40.html">Chapter 40 Check Point Questions</a> |
| 213 | + |
| 214 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter41.html">Chapter 41 Check Point Questions</a> |
| 215 | + |
| 216 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter42.html">Chapter 42 Check Point Questions</a> |
| 217 | + |
| 218 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter43.html">Chapter 43 Check Point Questions</a> |
| 219 | + |
| 220 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter44.html">Chapter 44 Check Point Questions</a> |
| 221 | + |
| 222 | +##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter45.html">Chapter 45 Check Point Questions</a> |
| 223 | + |
| 224 | +____ |
| 225 | + |
| 226 | +<h1 id="self-check-quizs">Self-Check Quiz's</h1> |
| 227 | +<h6>Self-Check Quiz's are provided for self testing and reinforcing what you leaned in the chapter</h6> |
| 228 | + |
| 229 | +##### <a href="https://liveexample-ppe.pearsoncmg.com/selftest/selftestapcs?chapter=1&username=liangapcs">Chapter 1 Self-Check Quiz</a> |
| 230 | + |
| 231 | +##### <a href="https://liveexample-ppe.pearsoncmg.com/selftest/selftestapcs?chapter=2&username=liangapcs">Chapter 2 Self-Check Quiz</a> |
| 232 | + |
| 233 | +##### <a href="https://liveexample-ppe.pearsoncmg.com/selftest/selftestapcs?chapter=3&username=liangapcs">Chapter 3 Self-Check Quiz</a> |
| 234 | + |
| 235 | +##### <a href="https://liveexample-ppe.pearsoncmg.com/selftest/selftestapcs?chapter=4&username=liangapcs">Chapter 4 Self-Check Quiz</a> |
| 236 | + |
| 237 | +##### <a href="https://liveexample-ppe.pearsoncmg.com/selftest/selftestapcs?chapter=5&username=liangapcs">Chapter 5 Self-Check Quiz</a> |
| 238 | + |
| 239 | +##### <a href="https://liveexample-ppe.pearsoncmg.com/selftest/selftestapcs?chapter=6&username=liangapcs">Chapter 6 Self-Check Quiz</a> |
| 240 | + |
| 241 | +##### <a href="https://liveexample-ppe.pearsoncmg.com/selftest/selftestapcs?chapter=7&username=liangapcs">Chapter 7 Self-Check Quiz</a> |
| 242 | + |
| 243 | +##### <a href="https://liveexample-ppe.pearsoncmg.com/selftest/selftestapcs?chapter=8&username=liangapcs">Chapter 8 Self-Check Quiz</a> |
| 244 | + |
| 245 | +##### <a href="https://liveexample-ppe.pearsoncmg.com/selftest/selftestapcs?chapter=9&username=liangapcs">Chapter 9 Self-Check Quiz</a> |
| 246 | + |
| 247 | +##### <a href="https://liveexample-ppe.pearsoncmg.com/selftest/selftestapcs?chapter=10&username=liangapcs">Chapter 10 Self-Check Quiz</a> |
| 248 | + |
| 249 | +##### <a href="https://liveexample-ppe.pearsoncmg.com/selftest/selftestapcs?chapter=11&username=liangapcs">Chapter 11 Self-Check Quiz</a> |
| 250 | + |
| 251 | +##### <a href="https://liveexample-ppe.pearsoncmg.com/selftest/selftestapcs?chapter=12&username=liangapcs">Chapter 12 Self-Check Quiz</a> |
| 252 | + |
| 253 | +##### <a href="https://liveexample-ppe.pearsoncmg.com/selftest/selftestapcs?chapter=13&username=liangapcs">Chapter 13 Self-Check Quiz</a> |
| 254 | + |
| 255 | +##### <a href="https://liveexample-ppe.pearsoncmg.com/selftest/selftestapcs?chapter=14&username=liangapcs">Chapter 14 Self-Check Quiz</a> |
| 256 | + |
| 257 | +____ |
105 | 258 |
|
106 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter1.html">Chapter 1 Check Point Questions</a> |
107 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter2.html">Chapter 2 Check Point Questions</a> |
108 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter3.html">Chapter 3 Check Point Questions</a> |
109 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter4.html">Chapter 4 Check Point Questions</a> |
110 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter5.html">Chapter 5 Check Point Questions</a> |
111 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter6.html">Chapter 6 Check Point Questions</a> |
112 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter7.html">Chapter 7 Check Point Questions</a> |
113 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter8.html">Chapter 8 Check Point Questions</a> |
114 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter9.html">Chapter 9 Check Point Questions</a> |
115 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter10.html">Chapter 10 Check Point Questions</a> |
116 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter11.html">Chapter 11 Check Point Questions</a> |
117 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter12.html">Chapter 12 Check Point Questions</a> |
118 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter13.html">Chapter 13 Check Point Questions</a> |
119 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter14.html">Chapter 14 Check Point Questions</a> |
120 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter15.html">Chapter 15 Check Point Questions</a> |
121 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter16.html">Chapter 16 Check Point Questions</a> |
122 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter17.html">Chapter 17 Check Point Questions</a> |
123 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter18.html">Chapter 18 Check Point Questions</a> |
124 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter19.html">Chapter 19 Check Point Questions</a> |
125 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter20.html">Chapter 20 Check Point Questions</a> |
126 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter21.html">Chapter 21 Check Point Questions</a> |
127 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter22.html">Chapter 22 Check Point Questions</a> |
128 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter23.html">Chapter 23 Check Point Questions</a> |
129 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter24.html">Chapter 24 Check Point Questions</a> |
130 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter25.html">Chapter 25 Check Point Questions</a> |
131 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter26.html">Chapter 26 Check Point Questions</a> |
132 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter27.html">Chapter 27 Check Point Questions</a> |
133 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter28.html">Chapter 28 Check Point Questions</a> |
134 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter29.html">Chapter 29 Check Point Questions</a> |
135 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter30.html">Chapter 30 Check Point Questions</a> |
136 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter31.html">Chapter 31 Check Point Questions</a> |
137 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter32.html">Chapter 32 Check Point Questions</a> |
138 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter33.html">Chapter 33 Check Point Questions</a> |
139 |
| - |
140 |
| -<h2>Bonus Chapters</h2> |
141 |
| - |
142 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter34.html">Chapter 34 Check Point Questions</a> |
143 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter35.html">Chapter 35 Check Point Questions</a> |
144 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter36.html">Chapter 36 Check Point Questions</a> |
145 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter37.html">Chapter 37 Check Point Questions</a> |
146 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter38.html">Chapter 38 Check Point Questions</a> |
147 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter39.html">Chapter 39 Check Point Questions</a> |
148 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter40.html">Chapter 40 Check Point Questions</a> |
149 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter41.html">Chapter 41 Check Point Questions</a> |
150 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter42.html">Chapter 42 Check Point Questions</a> |
151 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter43.html">Chapter 43 Check Point Questions</a> |
152 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter44.html">Chapter 44 Check Point Questions</a> |
153 |
| -- ##### <a href="https://liveexample.pearsoncmg.com/checkpoint/Chapter45.html">Chapter 45 Check Point Questions</a> |
| 259 | +</div> |
0 commit comments