Requirement
The syntax for a function declaration is: return_type function_name(parameter_list); In this example, int is the return type of the function, add is the name of the function, and (int x, int y) is the parameter list that specifies two integer parameters called “x” and “y.”
MIS Online computer course
May God Bless us MIS