Monday, July 21, 2014

Given that x = 7, y = 2, and z = 4, the following If block will display "TRUE". If (x > y) Or (y > z) Then txtBox.Text = "TRUE" End If

A. True
B. False

Ans: A

No comments: