I am learning C programming and am currently on arrays. I need to accept 5 numbers from the keyboard, put numbers into array and print numbers. I am using C and below is what I have so far. This...