/** * @param character: a character * @return: An integer */func CharToInteger(character byte) int { // write your code here return int(character)}