Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Simple Function | Introduction to Functions
C++ Introduction

 Simple Function Simple Function

Example of the function with arguments from the previous chapter

cpp

main.cpp

Tarea

  • Create a simple add function (a+b).
  • Test the function with x = 5, y = 10.

¿Todo estuvo claro?

Sección 5. Capítulo 5
toggle bottom row
course content

Contenido del Curso

C++ Introduction

 Simple Function Simple Function

Example of the function with arguments from the previous chapter

cpp

main.cpp

Tarea

  • Create a simple add function (a+b).
  • Test the function with x = 5, y = 10.

¿Todo estuvo claro?

Sección 5. Capítulo 5
toggle bottom row
some-alt