We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Al anidar a más de dos niveles... el reconocimiento de tabulación no funciona.
//falta validar pedir @numero1 pedir @numero2 pedir @numero3 @contador = 5 repetir si @contador>0 @contador = @contador - 1 mostrar @contador si @numero1 menor 0 definir @resultado = @numero2 + @numero3 mostrar @numero2 + " + " + @numero3 + " es igual a " + @resultado si no definir @resultado = @numero1 * @numero2 * @numero3 mostrar @resultado mostrar @numero1 + " multiplicado por " + @numero2 + " multiplicado por " + @numero3 + " es igual a " + @resultado
The text was updated successfully, but these errors were encountered:
aitanadev
No branches or pull requests
Al anidar a más de dos niveles... el reconocimiento de tabulación no funciona.
The text was updated successfully, but these errors were encountered: