Did you know that you could use “x &/ y” instead of “x / y” to avoid divide by zero errors in #swift. “x &/ y” returns 0 when y is zero.
0
1
0
0
0