Asked by Cheyenne Eddings on Mar 10, 2024

verifed

Verified

What is an actual parameter?

A) The value passed into a method by a method call
B) The value returned by a method
C) The type of the method
D) A variable declared in the method heading

Actual Parameter

The actual value or expression passed to a function or method at the time of call, also known as an argument.

  • Distinguish between real and formal arguments in function invocations.
verifed

Verified Answer

RV
Raegan VanCour

Mar 10, 2024

Final Answer :
A
Explanation :
An actual parameter is the value passed into a method by a method call.