top of page
Functions
Function:
int main()
{
}
float Height ();
Functions can be named anything, but it can't start with a number or symbol.
Void return_type returns nothing
Return_type
Function_name
(Parameter List)
bottom of page