Join Slack
Powered by
<arithmetic Expression in kotlon or java [closed]>...
# stackoverflow
u
user
03/26/2021, 11:01 PM
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 }
Open in Slack
Previous
Next