In VBA, the <> symbol in the expression Val(txtLoanAmount.Text)<>0 is called the ________

A) logical test B) relational operator C) condition D) procedure

B

Computer Science & Information Technology

You might also like to view...

This pane is used to group and sort reports

A) Group and Sort pane B) Group, Sort, and Total pane C) Group pane

Computer Science & Information Technology

The ______ access modifier hides the members of a class from the class’s clients but makes them available to a subclass and to another class within the same package.

a) public b) protected c) private d) package access

Computer Science & Information Technology