+ 1
¿por que la respuesta es 6 de: ( -6, 3, 6)?
math.min( -6, 3, 6) // no deberia ser: -6
7 Respuestas
+ 6
Cristhian Javier Ulloa Carmona
Proof that it returns -6:
https://code.sololearn.com/cF4NgXNKRbBd/?ref=app
+ 6
Cristhian Javier Ulloa Carmona Math.min takes only two numbers as input.
+ 5
In what language?
+ 1
java
+ 1
my error math.min (-6,3)
Why is the answer 6?
+ 1
ok... grasias, entomse el tutorial tiene un error;
bueno como tiene un error estaba confundido.
+ 1
¿sabes como reportarlo?