Actions Problems

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14

Actions with Multiple Parameters

In this task, all three call blocks for the CompareNumbers action are called in the Main action. Build the CompareNumbers action so that it compares the a and b parameters. A finished program will output the following.

14 is smaller than 21
22 is equal to 22
73 is larger than 54

Coding:

Blocks

PreviousNext