|
1 | 1 | # INTRODUCTION TO JAVA PROGRAMMING 10TH EDITION <br> _Exercise Solutions_
|
2 | 2 | ### This repo contains 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 |
| -##### _The goal of this repo is to solve the end-of-chapter exercises by satisfying the requirements of the <i><a href="https://liveexample.pearsoncmg.com/CheckExercise/faces/CheckExercise.xhtml?chapter=1&programName=Exercise01_01">Exercise Check Tool</a> that comes with the book</i>._ |
4 | 3 | #### - About the 10th Edition -
|
5 | 4 | _"Daniel Liang teaches concepts of problem-solving and object-oriented programming using a fundamentals-first approach
|
6 | 5 | . Beginning programmers learn critical problem-solving techniques then move on to grasp the key concepts of
|
7 |
| -object-oriented, GUI programming, advanced GUI and Web programming using Java. Liang approaches Java GUI programming using JavaFX, not only because JavaFX is much simpler for new Java programmers to learn and use but because it has replaced Swing as the new GUI tool for developing cross-platform-rich Internet applications on desktop computers, on hand-held devices, and on the Web. Additionally, for instructors, JavaFX provides a better teaching tool for demonstrating object-oriented programming."_ |
| 6 | +object-oriented, GUI programming, advanced GUI and Web programming using Java..."_ |
8 | 7 |
|
9 | 8 | ### **Companion Content:**
|
10 | 9 | - ### <a href="http://liveexample.pearsoncmg.com/liang/intro10e">10th Edition Companion Website</a>
|
11 | 10 | - ### <a href="https://liveexample.pearsoncmg.com/CheckExercise/faces/CheckExercise.xhtml?chapter=1&programName=Exercise01_01">Exercise Check Tool</a>
|
12 | 11 | - ### <a href="https://liveexample.pearsoncmg.com/javarevel2e.html">Hints to Quizzes and Programming Projects</a>
|
13 | 12 | - ### <a href='#checkpoint-answers'>Checkpoint Answers</a>
|
| 13 | +- ### <a href="https://media.pearsoncmg.com/ph/esm/ecs_liang_ijp_10/ExampleByChapters.html">Example Programs By Chapter</a> |
| 14 | +- ### <a href="http://liveexample.pearsoncmg.com/liang/animation/animation.html">Algorithm Animations</a> |
| 15 | +- ### <a href="https://media.pearsoncmg.com/ph/esm/ecs_liang_ijp_10/supplement/Supplement1dcodingguidelines.html">Java Coding Style Guidelines</a> |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
17 |
| -____ |
18 |
| -### <em>Contributors:</em> |
19 |
| - |
20 |
| -### Harry Dulaney, _Your Name Here_ |
21 | 19 | ____
|
22 | 20 | ### <em>Pull requests:</em>
|
23 |
| -_Please feel free to make pull requests. I will do my best to review them quickly._ |
| 21 | +_Please feel free to make pull requests. They are reviewed quickly_ |
24 | 22 | - ##### Pull Requests should be used for adding new solutions to the repo that do not already exist.
|
| 23 | + |
25 | 24 | ____
|
26 | 25 | ### <em>Issue's:</em>
|
27 | 26 | _Please feel free to open new Issues._
|
|
0 commit comments