File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ Now we've got four statements within the main function, these are:
36
36
** ifStatement.cpp**
37
37
================================================================================================================================================================================
38
38
39
- line 4 and 5 are used tointialize the variable
40
- line 6 checks for the condition if the expression given to if statmenet is true, then the if block will be executed, otherwise
41
- the else block will be executed
42
- Note:
43
- else part doesn't take any condition expression like the 'if'
39
+ * Line 4 and 5 are used tointialize the variable
40
+ * Line 6 checks for the condition if the expression given to if statmenet is true, then the if block will be executed,
41
+ * Otherwise the else block will be executed
42
+ * Note:
43
+ else part doesn't take any condition expression like the 'if'
44
44
45
45
You can’t perform that action at this time.
0 commit comments