MIN_GREEN
if (percent >= MIN_GREEN)
printf(" Nothing higher than %1.1f%%\n", MIN_GREEN);
if (fabs(percent) > MIN_GREEN)