The following pseudocode is an example of a ____ structure.get numberwhile number is positive add to sum get number
endwhile
A. sequence
B. decision
C. loop
D. nested
Answer: C
Computer Science & Information Technology
You might also like to view...
What is an Organizationally Unique Identifier (OUI)?
What will be an ideal response?
Computer Science & Information Technology
If a continue statement is placed in a do...while structure, the loop-continue test is evaluated immediately after the continue statement.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology