Without if...else
I have a function that takes and argument int.
It receives only two values from the caller either 3 or 11.
If caller calls with 3 function should return 11 and vice-versa.
I used if ... else but my trainer says if--else should not be used.
How to do this
thanks & regards
Raghav

