Back to Browse

Array in Visual Basic 6.0

9.5K views
Nov 11, 2017
7:13

This video about How to find summation of series using array in vb =================== Source Code ===================== Private Sub Command1_Click() Dim a(10) As Integer, i As Integer Dim s As Double s = 0 For i = 0 To 10 Step 1 a(i) = Val(InputBox("Enver a value:")) s = s + a(i) Next i Print "summation is =" & s End Sub Thank you for watching this video . Next video is here: :https://www.youtube.com/watch?v=hMJTA4nOcds

Download

1 formats

Video Formats

360pmp49.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Array in Visual Basic 6.0 | NatokHD