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 a Return Value

Building off the previous program, switch the action to return the message as text. Instead of outputting the text right away, the action will return the text so that the values are output in the Main action. You should expect the same output.

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

Coding:

Blocks

PreviousNext