Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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:
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.5Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started