Question: This must contain a loop because the integer.dat file can have more numbers than what the example shows. Please provide the code with screenshots with

This must contain a loop because the "integer.dat" file can have more numbers than what the example shows.
Please provide the code with screenshots with explanation on what each command is used for.
Thank You!
Write a program in ARM using ARMSim# to perform the following tasks: Open a file named "integers.dat" and keep track of the following information. o the first integer value x o the number of times x appears in the file o the integer with the lowest value o the total number of integers Output the four pieces of information to the console (stdout) o For example, if "integers.dat" contains the integers -15 208-16 15 -15 0 78 -300" I would expect the output to be "-152-300 8". Write a program in ARM using ARMSim# to perform the following tasks: Open a file named "integers.dat" and keep track of the following information. o the first integer value x o the number of times x appears in the file o the integer with the lowest value o the total number of integers Output the four pieces of information to the console (stdout) o For example, if "integers.dat" contains the integers -15 208-16 15 -15 0 78 -300" I would expect the output to be "-152-300 8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
