#Mastery11

Using functions is useful to organize your code because these allows that your program has a structure divided by segments.

When you want to call a function is really simple because you only need to write the name of the function and the parameters.

Here you can see a program that calls functions:

I did a pp to explain how to call functions, I hope you find it useful, this is the link:

https://drive.google.com/file/d/0B-NM4ghaDXBvdFg3TnZCb2NnYXM/view?usp=sharing

Here you can find my c++ code:

https://drive.google.com/file/d/0B-NM4ghaDXBvREdHM1VwbjJqVEU/view?usp=sharing

CC BY 4.0 #Mastery11 by Tania Pardo is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.