Course Content
Introduction to C++
Introduction to C++
Challenge: Simple Function
Example of the function with arguments from the previous chapter
main.cpp
Task
- Create a simple
add
function (a+b). - Test the function with
x = 5
,y = 10
.
Everything was clear?
Section 5. Chapter 6