Answer:
The Base address of the array is being passed
A) definition
Explanation:
First Line indent
should be correct
failure
if someone dosnt like it
Module Program
Sub Main()
Dim num As Integer
num = 4
Console.WriteLine("The square of " & num & " is " & num * num)
Console.ReadKey()
End Sub
End Module
Very similar to the other program you posted.