Write functions addition and multiplication


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.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write functions addition and multiplication
Reference No:- TGS03253674

Expected delivery within 24 Hours