Search:

Type: Posts; User: Masschino

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    11,423

    Oh, for anyone who searches this topic, this...

    Oh, for anyone who searches this topic, this program takes a users input and stores them into an array which is [3] x [3], which equates to 9 separate inputs of numbers. Once the program has 9...
  2. Replies
    9
    Views
    11,423

    Allright! thanks guys i got it. #include...

    Allright! thanks guys i got it.


    #include <stdio.h>
    #include <conio.h>

    void main()
    {
    int arr[3][3];
    int i,j,total,total2;
  3. Replies
    9
    Views
    11,423

    ok, will have a go, thanks

    ok, will have a go, thanks
  4. Replies
    9
    Views
    11,423

    oh dear, now im confused :( Sorry, i dont...

    oh dear, now im confused :(
    Sorry, i dont understand :( Is there any other way you can explain it>?
  5. Replies
    9
    Views
    11,423

    i understand what you're pointing out to me, many...

    i understand what you're pointing out to me, many thanks.
    Didnt know i could do, say, sum=i[1][2] and etc.

    That said, im still struggling to find a way to put it all in correctly, where does...
  6. Replies
    9
    Views
    11,423

    Two dimensional arrays

    Hi there guys, im new to the forum.

    Currently a first year programming student, and struggling on arrays as i missed a lecture. Here's what i need to do, and what ive done, before i hit my...
Results 1 to 6 of 6