Sorry about that,
For a 10x10 array, each element is either a 1 or a 0.
Using 2 do loops (n,m) from 1,10 for the subscripts of each element in the array, I've used a select case function to find the sum of each of the element's neighbours (8 in total for each element).
Then depending on the...