Search:

Type: Posts; User: IDC Tyler

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,615

    I got my code to work with the following if...

    I got my code to work with the following if statement:


    if((i == 0 || i == x - 1) || ((i > 0 && i < x - 1) && (j == 0 || j == y - 1)))
    {
    printf("x");
    }...
  2. Replies
    3
    Views
    1,615

    Hollow Rectangle function

    I know this question probably gets asked often enough, but I was just hoping someone could tell me what is wrong with my code.. or really just hint at it. I am creating a function that takes in a...
  3. Replies
    8
    Views
    790

    What would you recommend to read and discard the...

    What would you recommend to read and discard the bad input value?
  4. Replies
    8
    Views
    790

    When I insert a char, it just kind of spits out...

    When I insert a char, it just kind of spits out the prompt over and over very quickly. The only reason I am testing for a char is to make sure I can prevent my code from breaking.
  5. Replies
    8
    Views
    790

    Oh, right! That did help, but I am still having...

    Oh, right! That did help, but I am still having a problem when I insert a character.
  6. Replies
    8
    Views
    790

    Else condition not being met

    So I am trying to brush back up on some of my programming skills and I can't seem to get this program to do exactly what I was wanting. I want to output a fibonacci sequence of a length specified by...
Results 1 to 6 of 6