Like others have said, functions save a ton of time and they can help you out with developing large projects where repetition occurs. I tend to use a lot of functions in my programming because they can be reused in different projects. I've built functions for a project and then gone back and was...