typo - actualiza el valor del variable a (#27764)
This commit is contained in:
committed by
Randell Dawson
parent
7c41862cbb
commit
fbe975e3e5
@ -36,7 +36,7 @@ Tenga en cuenta que las `else` y " `else if` no son necesarias, mientras que `if
|
||||
int main () {
|
||||
|
||||
// Local variable definition
|
||||
int a = 10;
|
||||
int a = 100;
|
||||
|
||||
// Check the boolean condition
|
||||
if(a < 5) {
|
||||
|
Reference in New Issue
Block a user