TypeScript can also infer boolean values without you explicitly writing :boolean.
If you assign a variable to either true or false, TypeScript automatically knows its type is boolean.
In this exercise, you'll combine a calculation with a boolean check.
isExpensive a value that checks if buying 10 apples (each costing 5) costs more than 40.boolean true
> operator returns a boolean.