I have a page where there are 3 options (say Option A,B and C) which the user can select , in any combination and permutation, based on which I have to select a particular product code. (for e.g. the user can select any one of the 3, any 2 of the 3 or none of the options).
Rather than solve this using the cumbersome if-else construct or the switch case construct, I was wondering if there was any optimized way of handling this...