You must develop the following SIMMAC language programs to be run on your SIMMAC machine: 1) Write three programs in the machine language of the SIMMAC that will total the numbers stored in 20 different locations and place the result in a single location. 7 2) Write a program in the machine language of the SIMMAC that will decrement the value stored in location 201 (must be at least 100) by one until the result is zero. Store the result in location 202. 3) Write a program in the machine language of the SIMMAC that will increment the value stored in location 301 by two until the value has been increased by 200. Store the result in location 302.