
Infinite Loops
Integer i = 0; while(i < 100){ //Do something here } As a computer programmer and writer, I enjoy when I see parallels between coding structures and real-life phenomena. The perfect example of this is the While Loop. Now, for those 3% of readers that don’t know computer programming, I’ll break down what’s going on at the top of this post. “Integer i = 0” … Continue reading Infinite Loops