00:03
To calculate and define some variables.
00:10
So here i've defined a nickel variable, which here is a volume 0, 0, 5, or 5 cents.
00:24
I also did the same for the dime, quarter, and penny.
00:35
Okay, so now you want to, to ask the user.
00:51
So here, i've created variables for the user input.
01:00
So i've gotten the user input, asked the user how many pennies they have, and i then converted that input into a number.
01:15
If we just keep the input just as it is, the number will still be.
01:23
Be stored but it will be a string and we cannot add strings with our um integers so now you want to find the sum so if uh we have five pennies we would then take the five from the user and multiply it by the value of the penny and you do this for the same down here and here for all currency coins.
02:08
Then you want to take the sum of all the coins.
02:13
So from all the values that we've gotten, we add them all together and we'll get a dollar amount, which we've done here...