Problem:
Question 1- Name your source code file hw02-05.s. Write the code for the .data section that would,
Question 2- Define a global int variable named n which is not initialized (however, because n is located in the data segment,and because the data segment is initialized to all zero bytes, n will be implicitly initialized to 0).
Please do not provide cut and paste answers and please include a source.