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..
5 Respostas
+ 2
You need to use console.log() to print the output for Sololearn practices.
+ 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.
0
Oh, i will try
0
var x = 343 * 600;
document.write(x)
0
I did like that, but it says what script is wrong