Course Content
C++ Introduction Video Course
C++ Introduction Video Course
Defining and Calling Functions
Task
Swipe to start coding
- Define a void function.
- Modify your void function to print a message of your choice.
- Call your function in the main function.
Solution
solution
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 1
Defining and Calling Functions
Task
Swipe to start coding
- Define a void function.
- Modify your void function to print a message of your choice.
- Call your function in the main function.
Solution
solution
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 1