Browse Source

Update physics.en.md

Fix the subject, tester requires to be returned not printed
content-update
Tlekbai Ali 4 years ago committed by Clément
parent
commit
8c4b53f4bd
  1. 2
      subjects/physics.en.md

2
subjects/physics.en.md

@ -17,7 +17,7 @@ So he wants to know for an object with :
whats the acceleration of that object.
Create a function called `getAcceleration` that given an object with the values of `{ f: 10, m: 5, Δv: 100, Δt: 50, t:1, d: 10 }`
it must calculate the acceleration. If its not possible to calculate it you must print `impossible`
it must calculate the acceleration. If its not possible to calculate it you must return `impossible`
### Formulas

Loading…
Cancel
Save