+ 2
Js speed of sound problem hints
Fellas, I need help with js speed of sound problem. Any hints or points of direct to follow? Do we even declare a variable and use ++ operators? I am lost in this problem. Help me my fellow would-be coders! Thanks. Best regards
1 Odpowiedź
+ 4
Sorry for the late response
The increment operator (++) increments (adds one to) its operand and returns a value.
more info:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Increment
Happy coding!