题文
在Visual Basic中,若a=1,b=2,c=5,则下列逻辑表达式值为真的是( )
| A.(a>b) And (a>c) |
| B.(b>a) And (b>c) |
| C.(a>b) or (a>c) |
| D.(b>a) or (b>c) |
在Visual Basic中,若a=1,b=2,c=5,则下列逻辑表达式值为真的是( )
| A.(a>b) And (a>c) |
| B.(b>a) And (b>c) |
| C.(a>b) or (a>c) |
| D.(b>a) or (b>c) |
试题篮
()