typo - actualiza el valor del variable a (#27764)

pull/30013/head^2
eliberator 2019-08-12 18:49:14 +02:00 committed by Randell Dawson
parent 7c41862cbb
commit fbe975e3e5
1 changed files with 2 additions and 2 deletions

View File

@ -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) {