divide

open override fun divide(a: Int, b: Int): Int

Divides two numbers

Return

the quotient of the two numbers

Parameters

a

the first number

b

the second number

Throws

if the second number is zero