Which one of the variable is unchanged after the execution of the program
Answers
Answered by
0
Answer:
The value of the variable is then printed once more, and the program execution finally returns to the main method. The value of the 'number' variable in the main method remains unaltered because it has nothing to do with the 'number' variable defined as the parameter of the method.
Similar questions