0

Can you help me?😐

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 function main() { var distance = parseInt(readLine(), 10); //your code goes here }

30th Mar 2022, 7:44 AM
Ahmedov Sirojiddin đŸ‡ș🇿
Ahmedov Sirojiddin đŸ‡ș🇿 - avatar
3 Answers
0
FF9900 Can you send me yourself code( )?
18th Apr 2022, 11:33 AM
Ahmedov Sirojiddin đŸ‡ș🇿
Ahmedov Sirojiddin đŸ‡ș🇿 - avatar