for (int counter = -100; counter < 100; counter ++) { if (counter == 0) continue; double x = 350/counter; };