<arithmetic Expression in kotlon or java [closed]>...
# stackoverflow
u
arithmetic Expression in kotlon or java [closed] fun arithmeticExpression(a: Int, b: Int, c: Int): Boolean { return a + b === c || a - b === c || a * b === c || (a / b) === c }