Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Programming Using Visual Basic
Quiz 7: Arrays
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
True/False
In the line of code Function Sum(scores As Integer) As Integer the pair of parentheses that follows scores can be removed.
Question 2
True/False
The statement Dim newlist(10) As String is used to declare an array where each element has the value 10.
Question 3
True/False
If you use the ReDim statement to make an array smaller than it was, data in the eliminated elements can be retrieved by using the Preserve keyword.