C Board

C Board (http://cboard.cprogramming.com/)
-   C Programming (http://cboard.cprogramming.com/c-programming/)
-   -   Getting keyboard input and put into array and print (http://cboard.cprogramming.com/c-programming/115263-getting-keyboard-input-put-into-array-print.html)

Rob123 04-25-2009 08:36 AM

Getting keyboard input and put into array and print
 
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 is not an assignment, merely a practice example in the book. I used different code snippets from the book, but can seem to get this working:


All times are GMT -6. The time now is 08:17 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22