Published online by Cambridge University Press: 26 August 2009
OBJECTIVES
In this chapter you will study:
Conditions;
Logical operators;
if … else structure;
Case structure;
Java switch; and
Java break.
In this chapter you will learn how to implement the selection and case structure using Java. You will see how to write if and switch statements. Java and COBOL if statements are very similar and therefore straightforward. However, switch is a distant cousin of the COBOL EVALUATE verb and has some similarities, but it also has many important differences, which will be discussed and illustrated in this chapter.
We will first examine the Java logical operators, conditions, and the if statement. This discussion includes the emulation of COBOL condition names using Java. Next we present the switch statement and explain its use. The chapter concludes with the development of a new method, computeServiceCharge(), for Checking Account. This method is first written using nested if statements, then written again using switch.
The chapter assumes you understand the following:
COBOL
Condition names
Logical operators
IF—ELSE—END—IF
EVALUATE
CONTINUE
Java
OO concepts (Chapter 2)
Java program structure (Chapter 3)
Defining data (Chapter 4)
Computation (Chapter 5)
SERVICE CHARGES AT COMMUNITY NATIONAL BANK
The Community National Bank system computes a service charge for each checking account each month.
To save this book to your Kindle, first ensure [email protected] 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.
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.
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.