What are the three steps in using a function
Answers
Answered by
0
Answer:
Explanation:
A function call is an expression: As long as it returns a value other than void, it can be used inside a larger expression. For example: z = x + y + avg(a, b) + 25.3; When the function is called, the values specifiedin the function call are passed to the function arguments.
plz mark as brainliest
Similar questions
Science,
5 months ago
Math,
5 months ago
Math,
9 months ago
Computer Science,
9 months ago
Math,
1 year ago