0% found this document useful (0 votes)
35 views

Array Looping

Variables store data in Visual Basic programs and can be of different types like numbers, text, dates. Arrays are a special type of variable that allows storing multiple values of the same type, and are often used with for loops to perform automated tasks multiple times using the values in the array.

Uploaded by

brittanycross91
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views

Array Looping

Variables store data in Visual Basic programs and can be of different types like numbers, text, dates. Arrays are a special type of variable that allows storing multiple values of the same type, and are often used with for loops to perform automated tasks multiple times using the values in the array.

Uploaded by

brittanycross91
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 1

Variables (Data Type Summary) Visual Basic {look up} Scope Array():(( special variable goes along with

the "for loop does something a certain amount of times "))

You might also like