Problem: Write functions addition{x, y, base} and multiplication(x, 3;, base) such that x and y are strings of letters, base is the given base of the characters, and we have a letter to number scheme such that A = 0, B = 1. Make sure to convert to the same case, and do not convert numbers to base 10 and then add; rather, keep them in their given base.