The software for the elevator uses a variable, called level, to track the floor number of the elevator's current position. When a person presses a button indicating that the elevator should rise to a higher floor, the following goUp procedure is invoked with the desired number of floors to climb provided as a parameter.
What is displayed if the elevator is currently on the 3rd floor (level = 3) and the procedure goUp(3) is invoked?