This is this impossible question I have to do I dont even know how to start it.
2) The physics equation for Force, F = m*a. (3pt)
Means force (N) is equals to mass (kg) times by acceleration (m/s^2)
...Use an array to store 10 masses and another array to store 10 accelerations.
...Use a loop to calculate and output (document.write ) the forces generated.
Sample output: 5(kg) * 10 (m/s^2) = 50 (N)
??????????????? ??????????????? ????????????
2) The physics equation for Force, F = m*a. (3pt)
Means force (N) is equals to mass (kg) times by acceleration (m/s^2)
...Use an array to store 10 masses and another array to store 10 accelerations.
...Use a loop to calculate and output (document.write ) the forces generated.
Sample output: 5(kg) * 10 (m/s^2) = 50 (N)
??????????????? ??????????????? ????????????
Comment