Use functions to: - Reuse code. - Organize your work. - Make code easy to read. Create a function with the function keyword. Give it a name. Use parentheses. Put your code in curly brackets. Variables ...