Skip to content

Commit 793ea12

Browse files
authored
Update README.md
1 parent 1deed0d commit 793ea12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Now we've got four statements within the main function, these are:
3636
**ifStatement.cpp**
3737
================================================================================================================================================================================
3838

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'
4444

4545

0 commit comments

Comments
 (0)