Problem:
Question 1- Print the age difference between the oldest and youngest majors per department
Question 2- Write a MARIE assembly program (.mas) that behaves like an adding machine. User enters as many values as they want, then indicate they are finished by entering -99. The program will then print the sum of the values.
Show the code, demonstrate it works properly and describe what it is doing.