Function#

A function contains several code statements for a specific task, and is the simple way to reuse and debug your codes. A function is the best way to reuse a block of code, and encapsulate a series of statements into a single, coherent unit.