Given the following pseudocode, what is the value of score after the call to the curveScore module?
```
Module main()
Declare Integer myGrade
Set myGrade = 82
Call curveScore(myGrade)
End Module
Module curveScore(Integer score)
Declare Integer newScore
Set newScore = score + 5
Display newScore
End Module
```
a. 87
b. 82
c. 5
d. cannot tell
b. 82
Computer Science & Information Technology
You might also like to view...
A(n) ______ engineer develops AI-based machines and programs.
A. cognitive B. virtual C. intelligence D. systems
Computer Science & Information Technology
You can save an InDesign file as an SWF file.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology