Search:

Type: Posts; User: frterwil

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    2,976

    Okay, I've got the 1st numbers in each row...

    Okay, I've got the 1st numbers in each row correct, but I can't figure out why the other numbers are off. I'm on about hour 7 on something that shouldn't be that hard so I'll a little frustrated. ...
  2. Replies
    8
    Views
    2,976

    i actually just found out the it is called a...

    i actually just found out the it is called a Parkside Triangle. That is what I need to make. Instead of me failing to properly describe it here:...
  3. Replies
    8
    Views
    2,976

    I know, I was trying something that didn't work. ...

    I know, I was trying something that didn't work. I must have missed that part, but it doesn't make any difference in the program.
  4. Replies
    8
    Views
    2,976

    Trying to make a triangle

    the output should be:


    Size: 4 Seed: 1
    1 2 4 7
    3 5 8
    6 9
    0
  5. Replies
    4
    Views
    2,081

    Thanks. I just got rid of the loop() and just...

    Thanks. I just got rid of the loop() and just called the main. There was no reason to add that complication.
  6. Replies
    4
    Views
    2,081

    Parse Error Help

    I'm getting the following error in my code and can't figure out why:

    assign4.c: In function `int main()':
    assign4.c:18: error: parse error before `{' token
    assign4.c:50: error: parse error...
  7. Thread: Code trouble

    by frterwil
    Replies
    4
    Views
    1,492

    Thanks for the help. It's not pretty but it will...

    Thanks for the help. It's not pretty but it will be a grade in the book.
  8. Thread: Code trouble

    by frterwil
    Replies
    4
    Views
    1,492

    Thanks, that fixed the upper and lower 'y' issue.

    Thanks, that fixed the upper and lower 'y' issue.
  9. Thread: Code trouble

    by frterwil
    Replies
    4
    Views
    1,492

    Code trouble

    I need to have the program calculate the area of a circle from the inputs, converting degrees to radians, and checking for correct inputs such as letters instead of numbers or negative lengths. Here...
Results 1 to 9 of 12