How to multiply one number with another using JS code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to multiply one number with another using JS code

24th Jul 2022, 8:47 AM
Epicsunrise
Epicsunrise - avatar
2 Answers
0
Thank you
24th Jul 2022, 10:54 AM
Epicsunrise
Epicsunrise - avatar
0
How do solve this trip planner function main() { var distance = parseInt(readLine(), 10); //your code goes here var speed=40; var distance=150; var time=(distance/speed)*60; console.log(time); }
31st Jul 2022, 9:51 AM
Epicsunrise
Epicsunrise - avatar