Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In assembly language only (x86 32 bit) Note: use arrays for this assignment Your program should first ask for 3 names. Your program will then

In assembly language only (x86 32 bit)

Note: use arrays for this assignment

Your program should first ask for 3 names. Your program will then receive 5 grades from each person. Once complete, you will calculate the average and the letter grade. Finally (after all the above was calculated). You will display all the information.

Here is an example.

Please enter 3 names.

Nick

Joe

Tom

Please enter 5 grades for Nick.

100

100

100

100

100

Please enter 5 grades for Joe

50

60

70

80

90

Please enter 5 grades for Tom

90

90

80

80

85

Nicks Average is a +100. Letter Grade is a A

Joes Average is a +70. Letter Grade is a C.

Toms Average is a +85. Letter Grade is a B.

**For this assignment, you will be using nested loops and arrays to hold the grades entered.**

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

Step: 3

blur-text-image

Ace Your Homework with AI

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

Get Started

Recommended Textbook for

Online Systems For Physicians And Medical Professionals How To Use And Access Databases

Authors: Harley Bjelland

1st Edition

1878487442, 9781878487445

More Books

Students also viewed these Databases questions