Hello,
I have a case where I need to find which Alphabet letter using corresponding number
for example if my variable is 5 then return e. I can hard coded it using if else conditions. But I’m asking if there’s a more dynamic, better way to achieve this.