I\'m writing a program which prompts the user to say how many elements an array should have, then fill that array with numbers:
int n; int i; floa