What quotient value will the application print?
val dividend = 14
val divisor = -6
val quotient = dividend.floorDiv(divisor)
println(quotient)What quotient value will the application print?
val dividend = 14
val divisor = -6
val quotient = dividend.floorDiv(divisor)
println(quotient)Create a free account to access the full topic