Answer :
Answer:
The value of X after the method call is 125
Explanation:
Recall that x was assigned the value 100. this value (100) was passed as an argument to the method IncreaseValue() which adds 25 to x that was initially 100.
Answer:
The value of X after the method call is 125
Explanation:
Recall that x was assigned the value 100. this value (100) was passed as an argument to the method IncreaseValue() which adds 25 to x that was initially 100.