In Swiss French we say « septante » (70) « huitante » (80) and « nonante » (90) which is better than counting by 20
- 0 Posts
- 3 Comments
Joined 2 years ago
Cake day: June 14th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
mamarguerat@discuss.tchncs.deto Programmer Humor@programming.dev•How to detect if a number is even1·2 years agoprivate void GenerateCode(){ println("private bool IsEven(int number){"); println("if (number == 1) return false"); for(int i == 2; true; i += 2){ println("if (number == " + i.tostring() + " return true"; println("if (number == " + (i + 1).tostring() + " return false"; } }
I’ve just finished by Bachelor thesis with this board, next step: use it as an quantum AI robot super computer 😂