I wish
I wish
I wish
You're viewing a single thread.
If only you could do something like..
def IsEven(number):
return number % 2 == 0
Can't do that, we are taking about Java.
You're telling me Java doesn't support the modulo operator?
Java does have the modulo/remainder support, just like python.