Question: Assembly Language 1) Create a structure for a high school student. The structure should contain the following: student ID, name (first and last), birthyear, grade
Assembly Language
1) 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).
2) Using the structure you created, 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).
3) 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 dont 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
Get step-by-step solutions from verified subject matter experts
