Programming for Everyone in Java

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

This is a book about computer programming for everyone: artist, poet, student, doctor, accountant, or engineer. It assumes you know very little or nothing about how computers work. This book will show you how to write understandable computer programs in Java, a programming language widely used on the Internet.
Why should we be interested in learning computer programming? Even though most readers will not wish to become professional programmers, programming is fun and useful. You will enjoy learning a new skill and becoming good at it. And, in today's world it is important for professionals in any field to appreciate what computers can (and cannot) do well. To reach this level of understanding, you must go beyond the routine skills of a computer user and learn the art of programming in some depth.
While emphasizing general principles of programming this book:
* Uses examples from the humanities only, requiring no math or engineering knowledge
* Explains all programming concepts by means of complete programs
* Concentrates on exercises solved by writing complete programs
* Takes the reader from text input/output to object-oriented programming in the equivalent of a one semester class.
* Gives the reader a solid background for follow-on courses on the graphics and networking facilities of Java.
This book is a sound and complete introduction to programming and not just another Java reference book for those who already know how to program. Although the book uses Java, the same methods can be used for systematic programming in other languages, such as C, Fortran, and Pascal. The book makes a splendid text for a one semester course on beginning programming and for such a course there are teaching aids available at the author's website. Professor Per Brinch Hansen, is one of the leading pioneers in computer programming, and his insight and experience make learning proper computer programming in Java fun and easy for everyone.

Author(s): Per Brinch Hansen (auth.)
Edition: 1
Publisher: Springer-Verlag New York
Year: 1999

Language: English
Pages: 240
Tags: Programming Techniques; Programming Languages, Compilers, Interpreters

Front Matter....Pages i-xviii
Simple Programs....Pages 1-26
Simple Choice....Pages 27-45
Multiple Choice....Pages 47-64
Simple Repetition....Pages 65-76
Unbounded Repetition....Pages 77-90
Text Files....Pages 91-112
Simple Arrays....Pages 113-128
Matrices....Pages 129-142
Methods....Pages 143-166
Recursion....Pages 167-182
Classes....Pages 183-221
Back Matter....Pages 223-238