Question: 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. the
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.
the first integer value (a)
the number of occurrences of a
the number of integers less than a
the integer with the lowest value
the total number of integers
Output the five pieces of information to the console (stdout)
If "integers.dat" contains "4 11 4 141 4 56 -24 67 15 29 -7 0" I would expect "4 3 3 -24 12" to be the result.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
