On to Functions

Hello everybody!

This week, we are starting to create and use functions. It’s an easier way to solve a problem and write a code in which we are going to use the same function many times. 

One of the important things about creating a funtion is to give the function any variables that you will chang for the integers the user provide. So, doesn’t matter the name of those variables.

Here is the link to my code:

https://www.dropbox.com/s/9ou48pn3y2u3fgk/On%20To%20Functions.cpp?dl=0

Enjoy it!

CC BY 4.0 On to Functions by Juan Pablo Santana is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.