To convert the int value 7 to the character 'g' you need to understand the ASCII values. Do a google on the ASCII values and find the int value for the char 'g'.
You can do arithmetic with chars. ...