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

Зміст курсу

C++ Introduction

 Simple Function Simple Function

Example of the function with arguments from the previous chapter

cpp

main.cpp

Завдання

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

Все було зрозуміло?

Секція 5. Розділ 5
toggle bottom row
course content

Зміст курсу

C++ Introduction

 Simple Function Simple Function

Example of the function with arguments from the previous chapter

cpp

main.cpp

Завдання

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

Все було зрозуміло?

Секція 5. Розділ 5
toggle bottom row
some-alt