Define Reasons for using Functions?
1. Evade rewriting the same code over and over.
2. It is simpler to write programs and keep track of what they are doing. Codes are able to be checked independently and make it error free for the correct execution of programs.