1.

Explain Functions?

Answer»

It LETS you group a SERIES all together to perform a SPECIFIC task.A function once CREATED can be over and over in the code, and in case you find a repeating statement in the code, then the function can be the ANSWER to avoid the repetition.

It lets you group a series all together to perform a specific task.A function once created can be over and over in the code, and in case you find a repeating statement in the code, then the function can be the answer to avoid the repetition.



Discussion

No Comment Found