1 int j;
2 
residual()3 void residual ()
4 {
5   long double s;
6   for (j = 3; j < 9; j++)
7     s -= 3;
8 }
9