2nd assert is for greater than or equal to, not "more than" like it says in the instructions
This commit is contained in:
parent
f6a37e28ba
commit
d6e26bb350
@ -5,7 +5,7 @@
|
||||
// - If
|
||||
|
||||
// Mary is buying apples. One apple usually costs 2 Rustbucks, but if you buy
|
||||
// more than 40 at once, each apple only costs 1! Write a function that calculates
|
||||
// 40 or more at once, each apple only costs 1! Write a function that calculates
|
||||
// the price of an order of apples given the quantity bought. No hints this time!
|
||||
|
||||
// I AM NOT DONE
|
||||
|
Reference in New Issue
Block a user