Which of the following represents the correct sequence for the given algorithm? a. Start Get the two numbers. Add the two numbers and store the result in sum. Display the sum value. Stop b. Start Add the two numbers and store the result in sum. Get the two numbers. Display the sum value. Stop c. Get the two numbers. Start Add the two numbers and store the result in sum. Display the sum value. Stop d. Start Get the two numbers. Display the sum value. Add the two numbers and store the result in sum. Stop
Answer options
A
Start Get the two numbers. Add the two numbers and store the result in sum. Display the sum valu
B
Stop
C
Start Add the two numbers and store the result in sum. Get the two numbers. Display the sum valu
D
Stop
E
Get the two numbers. Start Add the two numbers and store the result in sum. Display the sum valu
F
Stop
G
Start Get the two numbers. Display the sum valu
H
Add the two numbers and store the result in sum. Stop
I
Stop
Correct answer: Start Get the two numbers. Add the two numbers and store the result in sum. Display the sum valu
Explanation
Correct answer: Start Get the two numbers. Add the two numbers and store the result in sum. Display the sum valu.