A comment in Visual Basic begins with:

a) */
b) '
c) //
d) \\

b) '

Computer Science & Information Technology

You might also like to view...

Some remote controls use radio waves

Indicate whether the statement is true or false

Computer Science & Information Technology

Which statement would be used to define a 10 element integer ar-ray c?

a) Array c = int[10]; b) c = int[10]; c) int Array c[10]; d) int c[10];

Computer Science & Information Technology