Practise quest | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Practise quest

Write a program that calculates and outputs to the console the distance that sound travels in 600 seconds. May someone help me with it, I cant understood this..

28th Aug 2021, 5:54 PM
Юра Кубинець
5 Answers
+ 2
You need to use console.log() to print the output for Sololearn practices.
29th Aug 2021, 12:48 AM
Simba
Simba - avatar
+ 1
I don't know about the actual question but if it is all what you said then you can just google "distance travelled by sound in 1 second" and multiply it with 600.
28th Aug 2021, 6:03 PM
Abhay
Abhay - avatar
0
Oh, i will try
28th Aug 2021, 6:07 PM
Юра Кубинець
0
var x = 343 * 600; document.write(x)
28th Aug 2021, 6:17 PM
Юра Кубинець
0
I did like that, but it says what script is wrong
28th Aug 2021, 6:17 PM
Юра Кубинець