answered
Is that the full question ? If so follow this code TITLE write a program that accepts n integer numbers from the user and sum up the numbers and display the sum of the numbers average of the n numbers INCLUDE Irvine32.inc WriteString PROTO   ; optional ReadInt PROTO   ; optional .data mess1 BYTE … Read more