00:01
We're going to be creating a c+ + program that will take the positive integers from the user and convert them to scientific notation.
00:16
So to do this, we first need to create a double.
00:19
So we'll name this double, or we can name it user input.
00:26
We can make sure we follow this line up with code.
00:31
Next we need to get our user input and we need to store it into the variable that we just created.
00:42
Next, we can print out the results from the user.
00:51
We don't have to do this, but this is something i like to do.
01:02
And you can make sure it's on a new line.
01:05
And next, we want to print out the only two decimal.
01:14
Only two decimal places.
01:20
And we're gonna have the precision.
01:27
Next, we are going to then print out the scientific conversion...