McqMate
| Q. |
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 |
| Answer» A. true | |
View all MCQs in
Dot Net Architecture and Program