Which line takes a typed number into the plan?
What is pseudocode?
In a flowchart, a diamond shape holds a decision.
Circle one: True False
A flowchart asks for a password, tests it in a diamond, loops back on no, and prints welcome on yes. Which pseudocode agrees step for step?
The password plan must keep asking while the guess is wrong. Which word starts that repeat?
Walking pseudocode with a test value is pointless because paper cannot run.
Circle one: True False
Your plan must print even or odd for a typed number. Which shape tests the number?
This password plan loops forever: ASK password, WHILE wrong PRINT try again, PRINT welcome. What is missing?