0
Necesito que me ayuden con esto gracias con explicación
Necesitas planear un viaje por carretera
8 ответов
0
What kind of help ? Question is pretty understandable i guess!
+ 1
Abhay function main() {
var distance = parseInt(readLine(), 10);
//tu código va aquí
}
+ 1
Jonathan distance is given , now divide that distance by 40 to get time in hours and then multiply it with 60 to get time in minutes .
Se da la distancia de Jonathan, ahora divida esa distancia por 40 para obtener el tiempo en horas y luego multiplíquelo por 60 para obtener el tiempo en minutos.
+ 1
Jonathan i don't understand what do you mean by "don't do in javascript", simply write following lines inside that function
let hours=distance/40;
console.log(hours*60) ;
---------------------
Jonathan, no entiendo qué quieres decir con "no hacer en javascript", simplemente escribe las siguientes líneas dentro de esa función
sea horas = distancia / 40;
console.log (horas * 60);
+ 1
thank you 🙏🏻Abhay
0
Abhay Do not know how to solve this problem
0
Abhay But don't do it in JavaScript helps me ?
0
Abhay I'm sorry, it makes a mistake