User Profile
Collapse
Profile Sidebar
Collapse
bubblegum1001
Last Activity: Jan 24 '14, 11:02 PM
Joined: Jan 24 '14
Location:
-
i know this is going to sound really really dumb i actually just started learning programming and havent got the jist of it yet would it be possible if you could kinda show me how you would do the code yourself i mean actually write it i just want to know :/ -
really need help on some coding
right so i got given this Using a for loop to input and output array values
*/
...Code:#include <stdio.h> int main(void) { /* Declare an array of integers */ int Grades[5]; int nCount; /* Populate the array */ for(nCount = 0; nCount < 5; nCount++) { printf("\nPlease enter a value for array element %d : ",nCount);Last edited by Rabbit; Jan 24 '14, 06:50 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.
No activity results to display
Show More
Leave a comment: