Homework #4 - Due 11/5 Extend your last project to use arrays. You may assume that 10 entries will be used. In this assignment, you will receive input for 10 times, accelerations and velocity and compute 10 distances. Then, for each of these distances you will output a result. Use the same format for your functions: input compute output but in this assignment you will need to pass arrays instead. Extra Credit: Allow the user to type in the number of calculations to perform and create the arrays dynamically.