ALL FUNCTIONS HAVE TWO PARTS : FUNCTION NAME AND
Answers
Answered by
6
Answer:
A function definition has two principal components: the first line (including the argument declarations), and the so-called body of the function
Explanation:
A function definition has two principal components: the first line (including the argument declarations), and the so-called body of the function.
Answered by
17
Answer:
Argument
Explanation:
All the functions have two parts: the function name and the arguments.
Similar questions