00:01
Okay, this question says, write a program that prompts the user to input two positive numbers, a dividend and a divisor.
00:09
So let's start with that.
00:10
Let's say dividend equals two positive numbers.
00:16
So they don't have to be integers, i guess, doesn't say that.
00:19
So let's say dividend equals float, input, input, dividend.
00:27
So let's do divisor equals, float, input, input, input, the divot.
00:35
Divisor.
00:38
So the divisor is of course the number that goes sort of under the bar in division.
00:49
So we're going to say quote equals dividend over divisor.
00:59
Okay, so if we input the dividend as 10 and it says two, let's kind of type of that...