Problem
Using C++ Assembly language in Microsoft Visual Studio
In this exercise you are asked to do the following:
1. Prompt the user to type in a "NumElements" number of signed integers.
2. Read the user input numbers one by one and assign them to the "array".
3. Prompt the user to type in one unsigned integer <= 255.
4. Read the user input number and assign it to the "firstDimensionSize" variable.
5. Then display the array of numbers as a matrix of the following dimensions: (firstDimensionSize) x (NumElements / firstDimensionSize)