What happens in the process represented by the pseudocode below?
get (answer)
if (answer is yes)
then (multiply 4 and 9)
if (answer is no)
then (do nothing)
The computer multiplies 4 and 9 if the answer is yes.
The computer multiplies 4 and 9 if the answer is no.
The computer always multiplies 4 and 9.
The computer always does nothing.
+3
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What happens in the process represented by the pseudocode below? get (answer) if (answer is yes) then (multiply 4 and 9) if (answer is no) ...” in 📙 Business if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Business » What happens in the process represented by the pseudocode below? get (answer) if (answer is yes) then (multiply 4 and 9) if (answer is no) then (do nothing) The computer multiplies 4 and 9 if the answer is yes.