write a program in python to find the distance covered by an object moving with initial velocity u and acceleration a for a time period t.
Answers
Answered by
0
Explanation:
Here we can find the acceleration (a), final velocity(v), initial velocity(u) and time(t) using the formula a = (v-u)/t.
At first, functions are defined for all four types of calculations, in which they will accept three inputs and assign the value in three different variables. Then the fourth value is calculated using the acceleration formula and the calculated value is returned. We are going to use the same acceleration formula in different approaches.
Answered by
1
Answer:
follow pls
mark as brainlist
Attachments:
Similar questions