#include float summation(const float (&a)[10], int n ) { float s = 0; int i; for(i = 0; i