I wrote this array like a saw in an example:
But when I compile, it shows me an error at " A
double[] A = new double[5];
A[0] = -200;
A[1] = 200;
