
HINT:
a. At least one oxygen and sulfur is present
b. This is a C2 compound
PLEASE SHOW HOW TO SOLVE THIS PROBLEM STEP BY STEP AND HOW TO APPROACH IT

HINT: a. At least one oxygen and sulfur is present b. This is a C2 compound...
The goal in this assignment is to perform various matrix multiplications. Input matrices A and B are read from a file. Output matrices A*A, A*B, B*A and B*B are written to file. Code Requirements: -Include the problem statement in the top of the code (copy and paste this document and enclose in comments) -Include comments in the code -Ask the user to enter the input and output file names. -Read the input data matrices A and B from the input...