What is the relationship between function calls and function declaration?
Function name must be same in both
Order of parameters must be the same
Data type of parameters must be same as arguments
Returned value must be assigned to a variable of the correct type