fix(quiz1): Fix inconsistent wording (#826)

The second test expects the function to return 80 when there is an order of 40 apples, but the current wording implies returning 40 will pass as well
pull/828/head
Damian 3 years ago committed by GitHub
parent df25684cb7
commit 03131a3d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@
// - Functions
// 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

Loading…
Cancel
Save