Mastery 08 - Creating Functions
We have already worked many times with functions and that’s because it’s really important for us to understand what they are and how they function.
This time I posted the picture of the WSQ07 code so you see that I had already defined 2 functions that are called later in the program. The important thing about functions is that programmers can create them and define them as they wish so they can work with their program. the name of a function works as a variable so be careful to not to name 2 functions the same because it will not work.













