Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

80x86 assembly language Programming ng design will input numbers into an array or doublewords, using the sentinel value -9999 to terminate input. nbrElts :=0; get

image text in transcribed
80x86 assembly language
Programming ng design will input numbers into an array or doublewords, using the sentinel value -9999 to terminate input. nbrElts :=0; get address of array prompt for and input number; while number *-9999 loop add 1 to nbrElts; store number at address; add 4 to address; prompt for and input number; end while Implement this design in a windows 32 program that uses a dialog box to prompt for and input each number. Assume that no more than 100 numbers will be entered. Use a singie message box to report the sum of the numbers, how many numbers were entered (not counting the sentinel value), the average of the numbers, and the count of array entries that are greater than or equal to the average value

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions