I was wondering if there is a triangle array that would produce
0
1,-1
2,0,0,-2
3,1,1,-1,1,-1,-1,-3
4,2,2,0,2,0,0,-2,2,0,0,-2,0,-2,-2,-4
where i becomes i+1, i-1
I'm looking for a way to determine if @ row x and position y the value is 0.
I was wondering if there is a triangle array that would produce
0
1,-1
2,0,0,-2
3,1,1,-1,1,-1,-1,-3
4,2,2,0,2,0,0,-2,2,0,0,-2,0,-2,-2,-4
where i becomes i+1, i-1
I'm looking for a way to determine if @ row x and position y the value is 0.
Copyright © 2021 JogjaFile Inc.