: this algorithm uses a “do-while” loop. It is slightly different than a normal “while” loop. The computer will always go through the loop once, and then check the condition before it performs it again. This differs from a “while” loop in that a "while" loop will check the condition first and only enter the loop if the condition is true.
a. [10 points]
Show a Flow Chart, like the one shown in the previous segment, Programming a CPU with Machine Language - The Setup, this will help you break the program into its various “states.”
â—Ź In a flow chart, operation states (e.g. A=B+C) MUST be in rectangles
â—Ź Conditional states (e.g. while(A