FALL DISTANCE EQUATION
PLEASE USE C ++
PLEASE PROVIDE OUTPUT
Project 4.a The following formula can be used to determine the distance an object falls due to gravity in a specific time period: where d is the distance in meters, g is 9.8, and t is the time in seconds that the object has beern falling. Write a function named fallDistance that takes the falling time as an argument. The function should return the distance in meters
OR
OR