Function Signature --3
nreturn_type function_name(para1, para2, … , paraN);
nFunction arguments : Specifies all values (and their types) that the caller needs to supply (value arguments), as well as variables (and their types) that will be used to return results back to the caller (reference arguments).
n