We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793ea12 commit 7cd1ef4Copy full SHA for 7cd1ef4
README.md
@@ -36,7 +36,7 @@ Now we've got four statements within the main function, these are:
36
**ifStatement.cpp**
37
================================================================================================================================================================================
38
39
-* Line 4 and 5 are used tointialize the variable
+* Line 4 and 5 are used to declear and intialize 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:
0 commit comments