Page 1 of 1

assembly language using visual stiduo

Posted: Fri May 20, 2022 11:39 am
by answerhappygod
assembly language using visual stiduo
Assembly Language Using Visual Stiduo 1
Assembly Language Using Visual Stiduo 1 (34.5 KiB) Viewed 38 times
Write a program that prompts the user for five 32-bit integers, stores them in an array, calculates only the sum of the ODD values of the array, displays the sum on the screen. In addition, this program prompts the user for a 32-bit integer and display if the array contains this value or not. We suppose that we deal only with unsigned integer. Your code must be composed with the following procedures. 1. Main procedure 2. Prompt user for multiple integers 3. Calculate the sum of the ODD values of the array 4. Display the sum 5. Prompt user for an integer, fetch it into the array and display on screen "Exist" or "Not Exist"