Tags
Language
Tags
October 2024
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2

The Handbook for Beginning Programmers with Examples in Java

Posted By: AlenMiler
The Handbook for Beginning Programmers with Examples in Java

The Handbook for Beginning Programmers with Examples in Java by Rex A. Barzee
English | April 20, 2010 | ASIN: B0089Y0N8I | 175 pages | AZW3 | 0.41 MB

Jammed full of hands on exercises and computer programming examples, this book will help you avoid frustration as you learn Java and computer programming. From this book you will learn how to program a computer to perform calculations, make decisions, and repeat commands. You will learn how to organize your programs into functions and how to use arrays to store and process large amounts of data.

Weather
converting between Celsius and Fahrenheit,
computing the U.S. National Weather Service wind chill factor,

Business
computing miles per gallon,
computing net pay,
computing a sales discount based on the day of the week,
computing compound interest,
computing the future value of an investment,
computing the payment and payoff amounts for a fixed interest loan,
determining how long to invest in order to reach a target amount,

Unit Conversions
converting quarts to liters,
converting meters to miles,

Fun
converting Arabic numbers to Roman numerals,
a number guessing game,

Math
computing the volume of a cylinder,
computing the distance between two points,
computing the volume of a cylinder,
computing roots using the quadratic formula,
determining if a number is prime,
printing the Fibonacci series,
computing the area of a triangle,
computing the visible surface area of a pyramid,
finding the greatest common divisor of two numbers,

Arrays
creating an array,
filling an array,
reversing an array,
finding a value in an array,
sorting an array,
multiplying the values in an array,
rotating the elements of an array to the right,

and more.

About the author: Rex A. Barzee is a professor of Computer Information Technology at Brigham Young University - Idaho. He is the inventor of two United States patents and the author of numerous books. He holds a bachelor's and master's degree in Computer Science from Brigham Young University. Before becoming a professor he worked in industry for eight years as a software engineer for Southwest Research Institute, Hewlett-Packard Company, Voyant Technologies, and the Utah State University Space Dynamics Laboratory. He worked on a variety of projects including the HP-UX kernel, HP-UX standard C library, HP-UX OpenGL 3D Graphics Library, full text indexing, image processing, and VoiceXML applications.