Skip to content

Commit 22169dd

Browse files
authored
Update 06 Make Change
1 parent 2413026 commit 22169dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1 Python/labs/06 Make Change

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Lab 11: Make Change
1+
Lab 06: Make Change
22

33
Let's convert a dollar amount into a number of coins. The input will be the total amount, the output will be the number of quarters, dimes, nickles, and pennies.
44
Always break the total into the highest coin value first, resulting in the fewest amount of coins. For this, you'll have to use floor division //,

0 commit comments

Comments
 (0)