User Profile

Collapse

Profile Sidebar

Collapse
bubblegum1001
bubblegum1001
Last Activity: Jan 24 '14, 11:02 PM
Joined: Jan 24 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bubblegum1001
    replied to really need help on some coding
    in C
    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 :/
    See more | Go to post

    Leave a comment:


  • bubblegum1001
    started a topic really need help on some coding
    in C

    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);
    ...
    See more | Go to post
    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
Working...