Visual Basic - Study Mode
[#311] To pass a variable by value, you include the keyword . . . . . . . . before the name of its corresponding parameter.
Correct Answer
(A) ByVal
[#312] The . . . . . . . . statement in pseudocode acts like loop.
Correct Answer
(A) Goto
[#313] To include a percentage in arithmetic operators we use . . . . . . . .
Correct Answer
(A) Decimal equivalent
[#314] Form is called as the . . . . . . . .
Correct Answer
(B) dot member access operator
[#315] in . . . . . . . . , first we check the condition , if the condition is true then it execute the true statement .
Correct Answer
(A) while