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

Calling an Action

Calling an action tells the program to run the code in the action that is called. Call the PrintMenu action twice by typing the action name followed by a left and right paren. When you ran the program did the program output the menu twice?

Coding:

Blocks

PreviousNext