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 Parameter

In this task, revisit the letter grade program. This time, the program should use an action, GetLetterGrade, with one parameter: an integer score. Program the action so that it converts a score to a letter grade. Then call the action and pass it a argument value. Use the existing blocks to build this program.

Coding:

Blocks

PreviousNext