Welcome to Westonci.ca, your ultimate destination for finding answers to a wide range of questions from experts. Discover comprehensive solutions to your questions from a wide network of experts on our user-friendly platform. Discover detailed answers to your questions from a wide network of experts on our comprehensive Q&A platform.

for the given marie code no instruction 1 loop load n 2 add i 3 store n 4 load i 5 add one 6 store i 7 load n 8 subt 9 skipcond 800 10 loop 12 halt 13 one, 14 n, dec 0 15 i, dec 1 16 fifty, dec 50 a) what needs to be written in the given space at line 8 to complete the code? b) what needs to be written in the given space at line 10 to complete the code? c) what needs to be written in the given space at line 13 to complete the code? d) what does the code calculate? e) after the code fully run, what will be the value of i?