The following formula can be used to determine the distance an object falls due
ID: 3662706 • Letter: T
Question
The following formula can be used to determine the distance an object falls due to gravity in a specific time period:
d = 1/2 * g * t^2
Where d is the distance in meters, g is 9.8, and t is the time in seconds that the object has been falling.
Write a function named fall Distance that takes the falling time as an argument. The function should return the distance in meters that the object has fallen in that time. For example if the function is passed the value 3.0, then it should return the value 44.1.