Multiple Choice
Data values passed a method when it is called are known as ____________.
A) references
B) variables
C) arguments
D) parameters
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: When a method contains multiple parameters, they
Q12: Programmers commonly use a technique known as
Q13: A parameter variable's scope is the _
Q14: The method header is always terminated with
Q15: The benefit from dividing code into methods
Q17: The debugger's Step Over command lets you
Q18: If you are writing a method and
Q19: When a method is called, the program
Q20: You can pass int arguments into int
Q21: When using the debugger, which command lets