Question: Study the following algorithm. The instruction Turn a card over appears twice. Why does it appear the first time, before the loop structure? Set count
Study the following algorithm. The instruction "Turn a card over" appears twice. Why does it appear the first time, before the loop structure?
Set count to
Turn a card over
WHILE card Jack
Add to count
Turn a card over
ENDWHILE
Display count
Question Answer
a
This ensures that the loop condition has a card to test the very first time.
b
This alerts the program the loop is an eventcontrolled loop.
c
This ensures that the loop does not run past the last card in the pack.
d
This is not required for the algorithm to work correctly it helps the user understand what to do
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
