Respuesta :

Answer:

Answer in explanation

Explanation:

Creating functions while coding is an important aspect of coding. The advantages are numerous.

Some of the advantages are as follows;

1. The function can be called elsewhere along the lines of code and made to perform exactly what it was written for initially a second time.

2. Writing functions reduce redundancy as it allows for having less code lines. It allows for not rewriting several lines of codes again. Once the initial line of code is set, we call call the function elsewhere.

3. It makes coding efficient

4. It makes it easier for others to understand the fundamentals involved in a coding structure