Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,507

    Re: need help with a mumbers triangle

    That's how programming works: Work out the logic then write the code.
    If you can't work out the logic, you can not write a program.

    Also posted at...
  2. Replies
    7
    Views
    1,507

    Re: need help with a mumbers triangle

    Think about the question I asked: Create a spread sheet with three columns as I described.
    Then work out the formulas for columns 2 & 3 using the value in column 1

    There is no java programming...
  3. Replies
    7
    Views
    1,507

    Re: need help with a mumbers triangle

    I assumed the *s were supposed to be spaces.
    You need to work out the logic for what is printed on each line.
    How many digits are printed on the first line? How many on the second?
    When there are...
  4. Replies
    7
    Views
    1,507

    Re: need help with a mumbers triangle

    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.

    Look at what is printed on each line and work out a design for the code that...
Results 1 to 4 of 4