#include #include float value[10][10],x; int n; void getvalue() { int i,j; printf("Enter the number of terms:"); scanf("%d",&n); printf("Enter the x and y values simultaneously :"); for (i=0;i