Discover a world of knowledge at Westonci.ca, where experts and enthusiasts come together to answer your questions. Discover the answers you need from a community of experts ready to help you with their knowledge and experience in various fields. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly 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?