using System; namespace code { class Mandel { static double xmin = -2; static double xmax = 1; static double ymin = -1; static double ymax = 1; static char escapes(double cr, double ci, int it) { double zr = 0; double zi = 0; double zrtmp; int i; for(i=0; i 4) { return ' '; } } return 'X'; } static void Main(string[] args) { int xstep = Int32.Parse(args[0]); int ystep = Int32.Parse(args[1]); int iters = Int32.Parse(args[2]); int xc, yc; double x, y; for(yc=0; yc