00:02
All right, it looks like we're going to compute average acceleration.
00:13
We're going to compute that from, let's see, starting velocity, sending velocity, and time, and let's see.
00:38
So it's going to be a three -step program then.
00:39
We're going to need to get, let's see, initial, final velocity and time span.
00:55
Let's see, we're going to use the console.
00:57
So from user through the console, we're going to convert it to numbers.
01:05
Whenever we get input through the console from the user, it's going to be in a string.
01:09
So that's our first step.
01:10
Our second step will be to calculate the average acceleration.
01:15
And we're going to use it through the formula that they give us.
01:20
Let's see.
01:22
Acceleration is equal to the final velocity.
01:26
So final velocity minus...
01:29
The initial velocity and then i'm going to divide by the times band.
01:37
And lastly, we're going to display to the user.
01:42
And i give it with a sample run.
01:44
So we can make our prompts to the user based off of that.
01:49
So let's see, they do it all in one line.
01:51
Our initial velocity, final velocity...