Card 1 of 27
Question
What is an argument?
tap to flip
Answer
The actual value passed to a subroutine when it is called. e.g. in `add(5, 3)`, the values `5` and `3` are arguments.
Question
What is an argument?
tap to flip
Answer
The actual value passed to a subroutine when it is called. e.g. in `add(5, 3)`, the values `5` and `3` are arguments.