Swift - Variables and Constants
You have a constant declared as
let base = 10. You want to calculate the area of a square with this base. Which Swift code correctly uses the constant in the calculation?