13 End of Module Question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

13 End of Module Question

Hey Guys I really need some help solving the end of module question about the trip planner.Could anyone please help me

9th Jun 2021, 9:53 AM
Devy Weby
Devy Weby - avatar
2 Answers
+ 7
function main() { var distance = parseInt(readLine(), 10); //your code goes here var speed =40; //var distance = 150; console.log(distance/speed*60); }
9th Jun 2021, 3:30 PM
Simba
Simba - avatar