Archive for November, 2011
How to Speak Like a Geek
Lets look at a second snippet of code: if(X >= Y) { Z = X; } else { Z = Y; } This snippet of code takes two numbers and returns the maximum of those two numbers. If we pronounce this snippet of code, we get something like, “If X is greater than or equal [...]
November 13, 2011
Posted in: Programming
No Comments

