Visual Basic (VB) .net Quiz - 1
Description: Visual Basic (VB) .net Quiz - 1 | |
Number of Questions: 10 | |
Created by: Aliensbrain Bot | |
Tags: .net vb |
Attempted
0/10
Correct 0
Score 0
‹
›
Which is not an optional element of a sub procedure declaration?
Which is a valid way to write a sub procedure declaration?
Which statement will send the value generated by a function procedure, called CalculateTax, back to the calling code?
Which part of a function procedure declaration statement is optional?
How many return statements are allowed in a Function Procedure?
Why should a variable not be declared as a module variable?
Which variable name uses a standard naming convention for module variables?
The scope of a variable refers to:
What is the value of the index for the first element in a VB.NET array?
Which method will return the number of elements in an array?