News

# Create a function that calculates acceleration given initial velocity v1, final velocity v2, start time t1, and end time t2. The formula for acceleration is: # a = (v2-v1)/(t2-t1) # To test your ...