Skip to main content Accessibility help
×
Hostname: page-component-848d4c4894-ttngx Total loading time: 0 Render date: 2024-05-24T16:07:38.067Z Has data issue: false hasContentIssue false

Chapter 5 - Computation

Published online by Cambridge University Press:  26 August 2009

E. Reed Doke
Affiliation:
University of Arkansas
Bill C. Hardgrave
Affiliation:
University of Arkansas
Richard A. Johnson
Affiliation:
Southwest Missouri State University
Get access

Summary

OBJECTIVES

In this chapter you will study:

  • Exceptions;

  • Data types;

  • Type casting;

  • Wrapper classes;

  • Arithmetic operators;

  • The Math class; and

  • The NumberFormat class.

The purpose of this chapter is to introduce you to Java computation. The basic arithmetic operators add, subtract, multiply, and divide (+, -, *, /) are the same as those we use in COBOL's COMPUTE statement. However, Java operations such as exponentiation (raising a value to a power) and rounding are accomplished using methods in the Math class. Java also has operators that enable us to write computation shortcuts if we wish.

Also, you will recall from Chapter 4 that Java is very particular about data types. This sensitivity is raised to a higher level when we do computation, as discussed more thoroughly in this chapter.

The chapter begins with a discussion of Java exceptions. An exception is Java's way of informing us of some condition that occurs while our program is running. While doing computation, for example, this could be an error like dividing by zero. Exceptions are not limited to arithmetic, however. You will see how exceptions are used to signal us about any condition, ranging from computation errors to hardware problems. In this chapter we will illustrate the use of custom exceptions using the familiar CheckingAccount class developed in Chapter 3.

Type
Chapter
Information
Publisher: Cambridge University Press
Print publication year: 2004

Access options

Get access to the full version of this content by using one of the access options below. (Log in options will check for institutional or personal access. Content may require purchase if you do not have access.)

Save book to Kindle

To save this book to your Kindle, first ensure coreplatform@cambridge.org is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.

Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.

Find out more about the Kindle Personal Document Service.

Available formats
×

Save book to Dropbox

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.

Available formats
×

Save book to Google Drive

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.

Available formats
×