What is the output of the following code?
val dividend = 15
val divisor = -4
val remainder = dividend.mod(divisor)
println(remainder)
What is the output of the following code?
val dividend = 15
val divisor = -4
val remainder = dividend.mod(divisor)
println(remainder)
Create a free account to access the full topic