We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5911e commit f5a4965Copy full SHA for f5a4965
exercises/quizzes/quiz1.rs
@@ -5,7 +5,8 @@
5
//
6
// Mary is buying apples. The price of an apple is calculated as follows:
7
// - An apple costs 2 rustbucks.
8
-// - If Mary buys more than 40 apples, each apple only costs 1 rustbuck!
+// - However, if Mary buys more than 40 apples, the price of each apple in the
9
+// entire order is reduced to only 1 rustbuck!
10
// TODO: Write a function that calculates the price of an order of apples given
11
// the quantity bought.
12
0 commit comments