class Mandel { static double xmin = -2; static double xmax = 1; static double ymin = -1; static double ymax = 1; static int xstep, ystep, iters; static Boolean escapes(double cr, double ci, int it) { double zr = 0; double zi = 0; double zrtmp; int i; for(i=0; i 4) { return true; } } return false; } public static void main(String[] args) { int xc, yc; double x, y; xstep = Integer.parseInt(args[0]); ystep = Integer.parseInt(args[1]); iters = Integer.parseInt(args[2]); for(yc=0; yc