typo - update value of a to 100 (#27853)
This commit is contained in:
committed by
Tracey Bushman
parent
18809dac08
commit
d14ec72fb8
@ -36,7 +36,7 @@ if (condition) {
|
|||||||
int main () {
|
int main () {
|
||||||
|
|
||||||
// Local variable definition
|
// Local variable definition
|
||||||
int a = 10;
|
int a = 100;
|
||||||
|
|
||||||
// Check the boolean condition
|
// Check the boolean condition
|
||||||
if(a < 5) {
|
if(a < 5) {
|
||||||
|
Reference in New Issue
Block a user