no functions

A function performs a certain task which can be repeated at different times throughout your program.
Why is it great to use?
It’s a timesaver! DRY (Don’t Repeat Yourself) Just write the code once and refer to it by calling the function whenever you want to use it – no need to rewrite all of that code!

Leave a Reply

Your email address will not be published. Required fields are marked *