Write a method named addBinary that accepts as parameters two strings representing binary integers and returns the sum that would result from adding those binary integers. For example, the call of ...