Given the following pseudocode, which is the parameter?
```
Module main()
Call curveScore(82)
End Module
Module curveScore(Integer score)
Declare Integer newScore
Set newScore = score + 5
Display newScore
End Module
```
a. curveScore
b. 82
c. score
d. newScore
c. score
Computer Science & Information Technology
You might also like to view...
The Outline pane is the best view to use for rearranging slides
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following is not one of the elements of risk?
a. Availability b. Threats c. Assets d. Vulnerabilities
Computer Science & Information Technology