User Profile

Collapse

Profile Sidebar

Collapse
bigstevizzle
bigstevizzle
Last Activity: Apr 27 '07, 11:38 PM
Joined: Apr 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bigstevizzle
    replied to Help With Triangle Program!!!
    I tried making this code but i need help getting it complete...some thing like this

    Code:
    Dim i As Integer
    Dim n As Integer
    Dim j As Integer
    Dim lstDisplay As Integer
    i = 0
    i = 0
    While i < n
        j = 0
        j = 0
        While j <= i
            lstDisplay = ("*")
            System.Math.Min(System.Threading.Interlocked.Increment(j), j - 1)
        End While
    ...
    See more | Go to post
    Last edited by Killer42; Apr 24 '07, 03:37 AM. Reason: Added [CODE] tag.

    Leave a comment:


  • bigstevizzle
    started a topic Help With Triangle Program!!!

    Help With Triangle Program!!!

    I need help starting out this program, ANY HELP IS GREATLY APPRECIATED. I have to make a code up that a user inputs a number and the program makes lines with an asterisks. The first line will have one asterisk and the next line will have two and so on until it gets to the number entered making a triangular shape of asterisks. Thanks in advance for any help!

    It should come out like this if the user inputed number was for example...
    See more | Go to post
No activity results to display
Show More
Working...