|
-
Apr 21st, 2006, 11:51 PM
#1
Thread Starter
Junior Member
Floyd's Triangle
Hi
What's the logic for writing a program for Floyd's Triangle??
-
Apr 22nd, 2006, 12:27 AM
#2
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.
-
May 4th, 2006, 09:14 AM
#3
Hyperactive Member
Re: Floyd's Triangle
@jmcilhinney: I agree 100%
Floyd's triangle is this:
VB Code:
1
2 3
4 5 6
7 8 9 10
11 12 13 14 15
-
May 4th, 2006, 05:52 PM
#4
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?
-
May 5th, 2006, 01:32 PM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|