We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
procedimiento #operacion @numero1 y @numero2 @resultadosuma = @numero1 + @numero2 @resultadoresta = @numero1 - @numero2 @resultadomultiplicacion = @numero1 * @numero2 @resultadodivision = @numero1 / @numero2 mostrar @resultadosuma mostrar @resultadoresta mostrar @resultadomultiplicacion mostrar @resultadodivision
pedir @numero1 pedir @numero2
mostrar #operacion @numero1 y @numero2
RETURNS: 7 -1 12 0.75 undefined
The text was updated successfully, but these errors were encountered:
aitanadev
UlisesGascon
Josheriff
No branches or pull requests
procedimiento #operacion @numero1 y @numero2
@resultadosuma = @numero1 + @numero2
@resultadoresta = @numero1 - @numero2
@resultadomultiplicacion = @numero1 * @numero2
@resultadodivision = @numero1 / @numero2
mostrar @resultadosuma
mostrar @resultadoresta
mostrar @resultadomultiplicacion
mostrar @resultadodivision
pedir @numero1
pedir @numero2
mostrar #operacion @numero1 y @numero2
RETURNS:
7
-1
12
0.75
undefined
The text was updated successfully, but these errors were encountered: