Skip to content
New issue

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

Fallo con el siguiente código :( #17

Open
jacintoj opened this issue Oct 24, 2017 · 0 comments
Open

Fallo con el siguiente código :( #17

jacintoj opened this issue Oct 24, 2017 · 0 comments
Assignees

Comments

@jacintoj
Copy link

A la hora de poner el siguiente código en GingerCode, no me da respuesta alguna:

#pedirNumero
pedir @num
devolver @num

procedimiento #operaciones @OP1 y @OP2
@operacion = @OP1 + @OP2
mostrar "La suma es: " + @operacion
@operacion = @OP1 - @OP2
mostrar "La resta es: " + @operacion
@operacion = @OP1 * @OP2
mostrar "La multiplicación es: " + @operacion
@operacion = @OP1 / @OP2
mostrar "La división es: " + @operacion

@num1 = #pedirNumero
@num2 = #pedirNumero
#operaciones @num1 y @num2

A lo mejor he hecho alguna cosilla mal en Ginger, pero tampoco me arroja ningún error en la consola de Ginger.

¡Muchas gracias! :)
Un saludo,
Jacinto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants