Skip to content

Commit 784db23

Browse files
Update README.md
1 parent cca7130 commit 784db23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/017-total_cost/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 📝 Instructions:
44

5-
1. A cupcake costs `D` dollars and `C` cents. Write a function that determines how many dollars and cents should one pay for `N` cupcakes. *The function gets three numbers: `D`, `C`, `N` and it should return two numbers: total cost in dollars and cents.*
5+
1. A cupcake costs `D` dollars and `C` cents. Write a function that determines how many dollars and cents should someone pay for `N` cupcakes. *The function gets three numbers: `D`, `C`, `N` and it should return two numbers: total cost in dollars and cents.*
66

77
## Example input:
88

@@ -18,4 +18,4 @@ total_cost(10,15,2)
1818

1919
+ If you don't know how to start solving this assignment, please, review a theory for this lesson: https://snakify.org/lessons/integer_float_numbers/
2020

21-
+ You may also try step-by-step theory chunks: https://snakify.org/lessons/integer_float_numbers/steps/1/
21+
+ You may also try step-by-step theory chunks: https://snakify.org/lessons/integer_float_numbers/steps/1/

0 commit comments

Comments
 (0)