Search:

Type: Posts; User: Walt

Search: Search took 0.01 seconds.

  1. Does my else function not make sense where it is...

    Does my else function not make sense where it is then?
  2. Using the logic formula produced the second piece...

    Using the logic formula produced the second piece of code I posted there and it does not produce boxes.
  3. That's because I can not understand what you're...

    That's because I can not understand what you're telling me before you at least critique what is and is not correct about my original piece of code. Also, it is difficult to express empathy in short...
  4. Yea, like Ive said multiple times have no...

    Yea, like Ive said multiple times have no experience at this found some problems online to practice. If you just dont want to give an outright answer... well here is what I got with your logic, can...
  5. I didn't understand if that means that my whole...

    I didn't understand if that means that my whole structure is wrong? (Very new)
  6. Border should be on all sides

    Border should be on all sides
  7. Sample output: BOXES SHOULD LOOK NORMAL, FORUM...

    Sample output: BOXES SHOULD LOOK NORMAL, FORUM FORMATTING ERROR
  8. Help making a hollow rectangle with thickness border

    #include <stdio.h>

    main (void)
    {
    //variables
    int width, height, thick, i, j;

    //user input
    printf("Enter the width of the rectangle.\n");
    scanf("%d", &width);
  9. Replies
    9
    Views
    2,187

    I have been racking my head on this same exact...

    I have been racking my head on this same exact problem. I can make the box but have no idea how to create the thickness border, I even read through the posted logic and now I'm even more confused.
    ...
Results 1 to 9 of 9