This C++ code reads a matrix of integers from a file and adds the values of each column to obtain the result of the polynomial addition. The program prompts the user ...