Write a LMC program that calculates the sum of numbers provided by the user. Display the summation as output before halting the program.
If the user has provided less than or equal to ten input values, then only sum even numbers. Odd numbers are ignored.
If the user has provided more than ten values, then only sum any odd numbers after the tenth input. The existing summation of even numbers shall remain.
If the user enters zero, at any point, then the summation is displayed