write a C++ program that calculates the distance of a golf ball fallen in with each one-seconds interval drop from airplane calculate the distance in the current time Interval (ft) and total distance the golf ball falls at the end of each interval. given by the formula d = ½ gt^2 , g is equal to 32 ft/sec^2. The output should have prompt to ask user to entereach one-second for 10 seconds the ball fall, the number of second in each interval, display interval distance and total distance on line with 2 decimal places, allow user to run multiple simulations.