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
Leave a comment: