Create a program with the following specifications:
Reserve space in memory for an array of words of size 10. Use the '.space'
directive. The array is called my array.
The program should implement the following piece of C-code. The value of
initial value is the first digit of your UIN.
int j = initial-value ;
for ( i =0; i <10; i++)
{
my array [ i ] = j ;
j++;
}
Please consider the first digit to be 4