You must create an infix function called div that returns true if an integer is divisible by another x integer.
println(13 div 8)You must create an infix function called div that returns true if an integer is divisible by another x integer.
println(13 div 8)Sample Input 1:
9Sample Output 1:
falseCreate a free account to access the full topic