Take home message : Functions make your code easier to read and increase the re-usability of your code.

I will use an example from my small experience. Print an array of N size. When I started, I...