They’ve made Windows IoT Core that runs on Raspberry Pi. I have a colleague that maintains a tanning bed system that uses two Pis running that for each bed, one to operate the bed itself and one to accept payments.
It’s mad
They’ve made Windows IoT Core that runs on Raspberry Pi. I have a colleague that maintains a tanning bed system that uses two Pis running that for each bed, one to operate the bed itself and one to accept payments.
It’s mad
Haha, you’re right. I’ve now learned two things:
At the end of the day i just wanted the function to be worse, by causing stack overflows
I removed the tail recursion for you:
private book IsEven(int number) {
if(number > 1) return IsEven(number - 2) == true;
if(number == 0) return true;
if(number == 2) return false;
}
It’s the wrong way to go about it though. Private companies should not dictate legality and morality.