Examlex

Solved

The Statement That Compares the Balance as Shown in the Bank's

question 12

Multiple Choice

The statement that compares the balance as shown in the bank's records with the balance in the cash at bank account at a particular date is known as the:


Definitions:

Do...while Loop

The do...while loop is a control flow statement that executes a block of code at least once before checking the condition at the end of the block to decide whether to continue executing.

Sentinel-controlled

A loop mechanism that uses a special value (sentinel) to control the termination of the loop.

While Loop

A control flow statement in programming that repeats a block of code as long as a specified condition is true.

Related Questions