Search:

Type: Posts; User: leisiminger

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    3,948

    i'm not sure i'm taking you correctly, but should...

    i'm not sure i'm taking you correctly, but should i make a new switch statement exclusively for king? i very do appreciate your help
  2. Replies
    12
    Views
    3,948

    i still can't figure out how to fix this. i'm new...

    i still can't figure out how to fix this. i'm new to C , taking intro to programming, so i'm VERY green to it :(
  3. Replies
    12
    Views
    3,948

    oh duhhh!!! any hint on how to correct it?

    oh duhhh!!! any hint on how to correct it?
  4. Replies
    12
    Views
    3,948

    the output of the current program is : A clubs...

    the output of the current program is :
    A clubs
    2 clubs
    3 clubs
    4 clubs
    5 clubs
    6 clubs
    7 clubs
    8 clubs
    9 clubs
  5. Replies
    12
    Views
    3,948

    switch ( arry[x][y]/13 ) takes [x][y], assume its...

    switch ( arry[x][y]/13 ) takes [x][y], assume its 26, divide it by 13 to get 2, which would be hearts
  6. Replies
    12
    Views
    3,948

    ya i know i mssed the array up with 14, but i...

    ya i know i mssed the array up with 14, but i changed it and still no luck :(
  7. Replies
    12
    Views
    3,948

    two dimensional array

    my project is :
    Create a two dimensional array. The array will have 4 rows and 13 columns.
    - Each row will be a different suit of cards.
    - The columns will store integers that will represent the...
Results 1 to 7 of 7