this is the program // c program to add 10 elements entered by the user #include int main () { int i; float elements[10];