I have a question to do the following however i am having difficulties, i am unsure as were to start any help will be appreciated.
Write a program which takes two matrices from the user and performs matrix multiplication. Do this using nested loops and scalar arithmetic only.
You MUST NOT use MATLAB's inbuilt matrix multiplication functionality. You must also throw an appropriate error message if the user enters two matrices which cannot be multiplied