Hi,
I want to create a program and insert some numbers into an array
for example:
> test1 //start the program
2 4 6 5 3 20 30 60 50 40 //insert thoes values into array in the program

how can i do it?