Multiple choice technology programming languages What is the lower bound value of array in VB.NET? 0 -1 2 3 Reveal answer Fill a bubble to check yourself A Correct answer Explanation In VB.NET, all arrays are zero-based by default, meaning the first element is at index 0. This matches the array indexing in most modern programming languages.