0
JavaScript course module question explain pls
How to do the plan a trip module in js course pls help
2 Respostas
+ 1
Is this the challenge?
You need to plan a road trip. You are traveling at an average speed of 40 miles an hour.
Given a distance in miles as input (the code to take input is already present), output to the console the time it will take you to cover it in minutes.
Sample Input:
150
Sample Output:
225
What part don't you understand?
Do you have a code attempt to post, so we may help you resolve this
+ 1
Just google it