Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Engineering LibreTexts

13: Test After Loops

( \newcommand{\kernel}{\mathrm{null}\,}\)

  • 13.1: Do While Loop
    There are two commonly used test after loops in the iteration (or repetition) category of control structures. They are: do while and repeat until.
  • 13.2: Flag Concept
    For centuries flags have been used as a signal to let others know something about the group or individual that is displaying, flying or waving the flag. There are country flags and state flags. Ships at sea flew the flag of their country. Pirates flew the skull and cross bones.
  • 13.3: Assignment vs Equality within C
    Most control structures use a test expression that executes either selection (as in the: if then else) or iteration (as in the while; do while; or for loops) based on the truthfulness or falseness of the expression. Thus, we often talk about the Boolean expression that is controlling the structure.
  • 13.4: Repeat Until Loop
    There are two commonly used test after loops in the iteration (or repetition) category of control structures. They are: do while and repeat until. This module covers the: repeat until.
  • 13.5: Practice 13 Test After Loops


This page titled 13: Test After Loops is shared under a CC BY license and was authored, remixed, and/or curated by Kenneth Leroy Busbee (OpenStax CNX) .

  • Was this article helpful?

Support Center

How can we help?