Print results
" section of
the
program, the conversion specification %5.2f
is used.
It is not explained until Chapter 3.
*
separating 3/4 and 6/7
should be a +
.
while ((ch = getchar()) != EOF)
statement
/* Shift the array elements to the right. */ /* a[N-1] is lost. */ for (i = N - 1; i > 0; i--) a[i] = a[i-1];
int a [3][5] =