Question: USING ASSEMBLY LANGUAGE: Create a structure for a high school student. The structure should contain the following: student ID, name (first and last), birthyear, grade

USING ASSEMBLY LANGUAGE:

USING ASSEMBLY LANGUAGE: Create a structure for a high school student. The

Create a structure for a high school student. The structure should contain the following: student ID, name (first and last), birthyear, grade history (you are only tracking 4 years of gpas for high school). Using the structure you created in the last question, write the code (just the fragment, not a whole program) to DECLARE a HS student (call it student1"). Put appropriate values in the structure based on how you previously defined it (name, ID, and birthyear values are up to you). Put in 4 gpas (your choice of values). Using what you did in the previous questions, declare an array of HS Student structures (just do 5). Write a loop (code fragment again, you don't have to write the entire program) that initializes the birthyear of each student to 2000 and sets the first GPA (of 4) to 2.5 Create a structure for a high school student. The structure should contain the following: student ID, name (first and last), birthyear, grade history (you are only tracking 4 years of gpas for high school). Using the structure you created in the last question, write the code (just the fragment, not a whole program) to DECLARE a HS student (call it student1"). Put appropriate values in the structure based on how you previously defined it (name, ID, and birthyear values are up to you). Put in 4 gpas (your choice of values). Using what you did in the previous questions, declare an array of HS Student structures (just do 5). Write a loop (code fragment again, you don't have to write the entire program) that initializes the birthyear of each student to 2000 and sets the first GPA (of 4) to 2.5

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!