Looping Constructs

BE-104, Learning Objectives


Be able to implement repetition control in a program using while statements.

Be able to implement repetition control in a program using do-while statements.

Be able to recognize loop-and-a-half repetition situations.

Be able to implement a generic loop-and-a-half repetition control statements using break statements

Be able to use continue statements to bypass statements in loops.

Be able to prompt the user for a yes-no reply using the showConfirmDialog method of JOptionPane.

Be able to implement repetition control in a program using for statements.

Be able to correctly nest loops (for example, to produce tables).


Send comments and suggestions about these objectives to: Dr. Charles S. Tritt
This page last updated 4/25/05