189k views
17 votes
The procedure "check" is supposed to display a statement correctly comparing the size of the two provided numbers, "value1" and "value2". Which of the following changes to the code would be the best choice to make the procedure work as intended?

A. Swap the two DISPLAY blocks

B. Add another IF / ELSE block, nested in the ELSE section

C. Send 3 values to the procedure instead of two

D. Without changing the DISPLAY blocks, in the condition for the IF block, use the symbol ≤ instead of <.

User Robin Day
by
4.7k points

2 Answers

5 votes

Answer:

The answer is B, Add another IF / ELSE block, nested in the ELSE section

Explanation: Well I just took the test

User Micoru
by
4.8k points
9 votes

Answer:

i think a

Step-by-step explanation:

User Omarsafwany
by
4.1k points