Hello
I'm looking for hint on how to write an Assembly program that find the average of at most 10 digits(using cx ), typed in at the keyboard .
The program first asks the user to type the number of digits to be averaged, and it calculates their average on a new line.
Thanx in advance for your help.