johnpaul22 0 Newbie Poster

Choose in the following to make a ASSEMBLY LANGUAGE PROGRAM in EMU8086 ..

Analyze and make a program on the ff. problms.

1. Given is based on the given average and their assign grade

a. If average is greater than or equal to 90, assign remarks is outstanding.
b. If not, if average is greater than or equal to 80, then assign remarks is above average.
c. If not, if average is greater than or equal to 70, then assign remarks is average.
d. If not, if average is greater than or equal to 60, then assign remarks is satisfactory.
e. If not assign remarks poor

2. Ashley and Bridgette are candidate for election to the local school board, make a flowchart that will accept from the user the number of votes each received and number of abstentions. The program should compute the percent votes in each category and should determine the major winner.

3. In May 2008 Senator proposed an overhaul of the Federal Income Tax law. They proposed the ff. schedule

a. 0% on income from 0 to 4,000
b. 15% on income from 4,000 to 29,000
c.25% on income from 29,000 to 70,000
d. 35% on income over 70,000

4. Make a prorgam that will enter 3 students and their average score in a contest and determine the highest score.

5. Make a program that will determine the total entry of 50 and will determine how many male and how many female.

6. Make a program that will determine a flow of a simple sales receipt

7. A program that will determine simple computation of budget and expenses

POST YOUR FINISH PROGRAM HERE !!