Exercisel: [7 points] Write an assembly program that enters 10 numbers [0-9] from the keyboard. The program should displ
Posted: Wed Apr 27, 2022 3:33 pm
Exercisel: [7 points] Write an assembly program that enters 10 numbers [0-9] from the keyboard. The program should display only the odd numbers as shown in the example below. Example: if the user enters the array elements 1, 2, 3, 4, 5, 6, 7, 8, 9, 3 The program display: 1, 3, 5, 7,3