Question: Write an AT&T assembly program that can be compiled in the same way the blackboard samples are compiled. The program should take the following inputs
Write an AT&T assembly program that can be compiled in the same way the blackboard samples are compiled. The program should take the following inputs from the user: * An integer n. * n floating point numbers (Use the "double" type. Do not use "float" type.) The program should output the sum and the average of the n input numbers. Example: The user inputs: 3 1.2 2 6.1 The program outputs: sum=9.3 avg=3.1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
