If ASCII code of a = 97, what will be ASCII code for y?

If ASCII code of a = 97, what will be ASCII code for y?

Explanation

ASCII codes for lowercase letters are consecutive; since ‘a’ = 97,

y’ is the 25th letter after ‘a’, so 97 + 24 = 121.