أتمنى أن يكون هذا هو ما تبحث عنه .........
Dim Arr ( 49 ) As Integer
Dim Start As Integer = 1000
() Me.ListBox1.Items.Clear
( Arr.SetValue ( Start , 0
( Me.ListBox1.Items.Add ( Start
For x As Integer = 0 To Arr.Length - 2
( Dim Element As Integer = Arr.GetValue ( x
( Arr.SetValue ( CInt ( Element + ( Element * ( 2.5 / 100 ) ) ) , x + 1
( (Me.ListBox1.Items.Add ( Arr.GetValue ( x + 1
Next
Dim Start As Integer = 1000
() Me.ListBox1.Items.Clear
( Arr.SetValue ( Start , 0
( Me.ListBox1.Items.Add ( Start
For x As Integer = 0 To Arr.Length - 2
( Dim Element As Integer = Arr.GetValue ( x
( Arr.SetValue ( CInt ( Element + ( Element * ( 2.5 / 100 ) ) ) , x + 1
( (Me.ListBox1.Items.Add ( Arr.GetValue ( x + 1
Next
حيث أن :
------------
(49) -------> تعني أن طول المصفوفة 50 عنصرًا .
1000 -------> هي القيمة المبدئية للمصفوفة .
------------
(49) -------> تعني أن طول المصفوفة 50 عنصرًا .
1000 -------> هي القيمة المبدئية للمصفوفة .


