This question is motivated by something I\'ve lately started to see a bit too often, the if..else if..else structure. While it\'s simple and has its uses, somet
if..else if..else
The switch statement of course, much prettier then all those if's and else's.