/*Computes cosines of values in a string */ #include #include int main(void) { float x[100]; /*specifies x as a sting of float values with length of 100*/ int i,n; printf("Enter the number of values in the list"); scanf("%d",&n); for (i=0;i