Answer:
Only the subtract function can use or change the values of numA and numB.
Explanation:
'scope' is about the parts of your program where a variable "exists", ie., can be used.
The other statements are factually true, but do not apply to the question.