Visual Basic Tutorial - Finding Sum Of Arrays

preview_player
Показать описание
This is a very simple way to find the sum of an array

Dim Array(3) as double
Dim Sum as double

For each NUM in Array
Sum = Sum + NUM
Next

sorry about the empty crap at the end lol
Рекомендации по теме
visit shbcf.ru