Computer Science, asked by pranavprakash22, 1 month ago

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 rangitasingh82
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 piyush435492
1

Answer:

follow pls

mark as brainlist

Attachments:
Similar questions