UMOONQU2ZNAE6JECAUXSRQIA5EVGR7AZTAODNJOVTWEKQVWMHK5AC
H6XH45OPVRRAAP2N4AK3DCHVVSMVQ6B3MQZYKU7YVCN4O2IJGQUQC
// I AM NOT DONE
fn calculate_apple_price(apples: usize) -> usize { if apples > 40 { apples } else { apples * 2 }}
fn calculate_apple_price(apples: usize) -> usize {
if apples > 40 { apples } else { apples * 2 }
}