Results 1 to 5 of 5

Thread: Floyd's Triangle

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    29

    Floyd's Triangle

    Hi

    What's the logic for writing a program for Floyd's Triangle??

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Floyd's Triangle

    If I wanted help on something that many people may not have ever heard of I'd probably provide a link to a description of what it was. I might also phrase my question such that it didn't sound like a demand. I think I would even give some indication that I had made some sort of effort to start. If you don't know how to make a start then I'd suggest that you don't know the basics of the language, which you would need to learn before implementing anything. This also has the ring of homework to it, in which case noone with any scruples will give you much of anything until they see some effort on your part. We're here to help, but that doesn't mean doing everything for you.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Hyperactive Member
    Join Date
    May 2001
    Location
    Köln
    Posts
    395

    Re: Floyd's Triangle

    @jmcilhinney: I agree 100%

    Floyd's triangle is this:
    VB Code:
    1. 1
    2.        2   3
    3.      4   5  6
    4.     7  8  9  10
    5.   11 12 13 14 15

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Floyd's Triangle

    Apparently Floyd was a very enthusiastic ten-pin bowler. So now that we know what Floyd's Triangle is, what exactly is the program supposed to do to, with or for it, assuming that I haven't scared off zoaiks?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Floyd's Triangle

    So basically its just printing a triangle of numbers? Hardly brain surgery.
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width