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

Tarefa

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

Tudo estava claro?

Seção 5. Capítulo 5
toggle bottom row
course content

Conteúdo do Curso

C++ Introduction

 Simple Function Simple Function

Example of the function with arguments from the previous chapter

cpp

main.cpp

Tarefa

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

Tudo estava claro?

Seção 5. Capítulo 5
toggle bottom row
some-alt