I am encountering an error I don't know how to fix. My gut says I need a helper array (new to arrays in general) to achieve this, but maybe someone has a clever alternative.
Info: 'b' array gets its values from division of two array elements in 'a' array
The code below works fine unless I...