Activity 2.9.1.
The following program segment should ask the user for three numbers and say whether they are in order. The numbers can be either ascending (going up) or descending (going down).
For example, if the inputs are
10 15 20, the answer should be βyes, in orderβ. Same if the inputs were 6 5 1. But if the inputs were 3 5 4, the answer would be βno, not in orderβ.
The blocks have been mixed up and include extra blocks that arenβt needed in the solution. Drag the needed blocks from the left and put them in the correct order on the right.

