Quiz: Write Your Own Commands (Functions)
Test your understanding of function creation, usage, and return types in C++.
We'll cover the following...
We'll cover the following...
In the last lesson, you learned how to write your own functions in C++. You used void
functions to perform tasks and return-type ...