Go is strictly typed: operations between int and float64 require explicit conversion, e.g. float64(age). There is no implicit numeric conversion.