C++ Tutorial

 

6. Functions

6.1 Void functions

Result:

 

6.2 Return functions

Result:

 

7. If

7.1 If Logical

Result:

 

7.2 If Comparison

Result:

 

8. A Calculator

Result:

 

9. Switch

Result:

 

10. While Loop

Result:

 

10.2 do While Loop

Result:

 

11. Guessing Game

Solution:

 

12. For Loop

12.1 Syntax

Statement 1 is executed (one time) before the execution of the code block.

Statement 2 defines the condition for executing the code block.

Statement 3 is executed (every time) after the code block has been executed.

 

12.2 Example

Result:

12.3 Example 2

Result:

 

12.3 Example 3

Result:

 

13. Exponent Function

Result:

 

14. 2D Array & Nested Loop

Result:

 

15. Pointer

Result:

 

16. Class

16.1 Object

Result:

 

16.2 Constructor

Result:

 

16.3 Function

Result:

16.4 Getter & Setter

Result:

 

16.5 Inheritance

Result: