Page 1 of 1

Write a program in Assembly language using MIPS instruction set that reads 15 integer numbers from the user and stores a

Posted: Tue May 24, 2022 8:35 am
by answerhappygod
Write A Program In Assembly Language Using Mips Instruction Set That Reads 15 Integer Numbers From The User And Stores A 1
Write A Program In Assembly Language Using Mips Instruction Set That Reads 15 Integer Numbers From The User And Stores A 1 (34.42 KiB) Viewed 14 times
Write a program in Assembly language using MIPS instruction set that reads 15 integer numbers from the user and stores all the numbers in an array variable named as "number". Now, print the sum and total number of integer numbers in the array that are even. Sample Input/Output: Enter 15 integer numbers: 44 15 20 35 186 55 75 115 65 95 66 58 99 93 104 Sum of all the even numbers in the Array = 478 Total number of even numbers in the Array = 6