As you know, we can use functions to name snippets of our code, thus making our code more expressive. We can also use functions to allow us to reuse our code. In this lab we will practice using ...
Now that we learned about loops, it would be nice to have the ability to reuse our code to help us solve different problems. Functions allow us to do just that. They also give us the ability to name a ...