0

Help

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

16th Sep 2022, 3:41 PM
Onabajo John
3 Answers
+ 1
Use console.log() to print to console
16th Sep 2022, 4:22 PM
Lisa
Lisa - avatar
0
What is your question?
16th Sep 2022, 3:55 PM
Lisa
Lisa - avatar
0
to send an output to the console
16th Sep 2022, 4:02 PM
Onabajo John