#include #include int main(void) { int i,n; float x[100]; // Reading n from stdin scanf("%i", &n); // Reading n floats from stdin for(i=0;i