MATLA SCRIPTING

Job ID: 31610129

Budget: ₹600 – ₹1,500 INR

* A set of values are coming serially
* We need to store them on a array
* They are floating point values
* We need to find the sum of that array values and store them on a register
* If the array is full , and another value is comes on the input , the first value that we entered in the array will go out and new value is added (like a FIFO)
* So we need to update the sum by substracting the deleted value and add the new value.
* Then we need to find the average of this