/*------------------------------------------------------------*/ /* Program chapter4_2 */ /* */ /* This program prints 21 values of the sinc function */ /* using a programmer-defined function. */ #include #include #define PI 3.141593 int main(void) { /* Declare variables. */ int k; double a, b, x_incr, new_x; double sinc(double x); /* Get interval endpoints from the user. */ printf("Enter endpoints a and b (a