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
Use a switch/case it's cleaner :p