declares: the type returned by the function (int) and types and names of parameters
• Parameters are like local variables with initially assigned values
• Other names: formal argument (in the declaration of the
function), actual argument (in the cali)
•To return the value, use the return statement
• A function does not need to return a value
• The calling function may ignore the value returned by a function