FaysRedditAccount on July 30th, 2020 at 16:15 UTC »
private bool IsEven(int num){ return !IsOdd(num); } private bool IsOdd(int num){ return !IsEven(num); }
clearly.
donowhy11 on July 30th, 2020 at 16:51 UTC »
When you get paid per line of code
GeeZuZz on July 30th, 2020 at 17:08 UTC »
That's just stupid. The correct way to solve this would be either a neural network, or a blockchain. Or both to be sure it's good.
FaysRedditAccount on July 30th, 2020 at 16:15 UTC »
private bool IsEven(int num){ return !IsOdd(num); } private bool IsOdd(int num){ return !IsEven(num); }
clearly.
donowhy11 on July 30th, 2020 at 16:51 UTC »
When you get paid per line of code
GeeZuZz on July 30th, 2020 at 17:08 UTC »
That's just stupid. The correct way to solve this would be either a neural network, or a blockchain. Or both to be sure it's good.