Correct inaccurate instructions

This commit is contained in:
nicholaspsmith 2025-09-18 18:03:34 -04:00
parent 2af9e89ba5
commit 7fa1074cc7

View File

@ -5,7 +5,7 @@
//
// Mary is buying apples. The price of an apple is calculated as follows:
// - An apple costs 2 rustbucks.
// - However, if Mary buys more than 40 apples, the price of each apple in the
// - However, if Mary buys 40 or more apples, the price of each apple in the
// entire order is reduced to only 1 rustbuck!
// TODO: Write a function that calculates the price of an order of apples given