0
Can't understand functions parameters can anyone please help?
2 ответов
+ 3
Function parameters are the inputs for function from where it got called.
+ 2
A function needs input. The parameter is the input. When you run a function, the input is usually a variable, and the function manipulates the variable according to the code in the body.