Introduction - If you have any usage issues, please Google them yourself
ARM under Implement matrix multiplication of two square matrices, with data read from an input file and printed both to the console and to an output file.# 8226 Assume a file with correct data (no garbage, characters, etc.). . You# 8226 must check and provide appropriate execution for 2 extra cases, namely when the matrix size given is either 0 , or when the size is greater than the maximum handled of 5 . In these 2 cases you must implement the following behaviour: o If size = 0, then print a message "Size = 0 is unacceptable," and continue by reading the next size for the next two matrices (if not end of file). o If size gt; five, then print two messages : "Size is too big-unacceptable. " Then read and discard the next (size2) integers and continue by reading the ne