*In Swift, you can even use the modulo operator with fractional numbers, like so:
let moduloDecimal = 11.6 % 1.2
*In Swift, you can't apply the * operator to mixed types. This rules applies to the other arithmetic operators.
*In Swift, you can even use the modulo operator with fractional numbers, like so:
let moduloDecimal = 11.6 % 1.2
*In Swift, you can't apply the * operator to mixed types. This rules applies to the other arithmetic operators.