0
Me pueden ayudar
2 Answers
+ 4
Try running this in code::blocks or some other ide/compiler since code playground doesnât accept runtime inputs ( well it does but itâs a pain since you have insert all inputs per line at the start and donât get prompts).
For example:
1
4
5
0
Will return 9 as expected.
You still need to code for multiplication and division but the rest should work.
Huh... đ€
Intenta ejecutar esto en Code::blocks o otro ide/compilador.
El code playground no acepta entradas en tiempo de ejecuciĂłn. Puedes introducir las entradas solo en el inicio de fuerma secuencial, en cada lĂnea. Por ejemplo:
1
4
5
0
Te darĂĄ 9 como esperado.
AĂșn necesitas escribir el cĂłdigo para multiplicaciĂłn y divisiĂłn pero deberĂĄ funcionar.
0
Gracias