clear;
clc;

// Example: 9.8
// Page: 352

printf("Example: 9.8 - Page: 352\n\n");

// Mathematics is involved in proving but just that no numerical computations are involved.
// For prove refer to this example 9.8 on page number 352 of the book.

printf(" Mathematics is involved in proving but just that no numerical computations are involved.\n\n");
printf(" For prove refer to this example 9.8 on page 352 of the book.");