I promise, it will be a (relatively) short post this time. You all know the foreach statement in C#, don’t you? Think twice before you answer and tell me exactly how the following works: foreach ( int x in src) { // Do something with x. } Got an answer? Let me disappoint you: if you have the answer,...