Language
C
Compiler
gcc HEAD 9.0.1 20190314 (experimental)
Options
Warnings
C11(GNU)
no pedantic
$ gcc prog.c -Wall -Wextra -std=gnu11
Enter amount of array...
Enter number for array[5 times left]...
Enter number for array[4 times left]...
Enter number for array[3 times left]...
Enter number for array[2 times left]...
Enter number for array[1 times left]...
0.000000 1.100000 2.200000 3.140000 4.400000
Exit Code:
0