Actions Problems
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.