主题:将QBASIC表达式a/(b+c/(d+e/SQR(f)))写成数学式子!
写出下列逻辑关系式的值!用QBASIC
3+2<5
3+2>=1+4
not (5>2)
not (5<2)
2<7 or 7<2 and 2+3=5
2<7 and 7<2 and 2+3=5
(2<7 or 7<2)and 2+3=5
2<7 and (7<2 or 2+3=5)
3+2<5
3+2>=1+4
not (5>2)
not (5<2)
2<7 or 7<2 and 2+3=5
2<7 and 7<2 and 2+3=5
(2<7 or 7<2)and 2+3=5
2<7 and (7<2 or 2+3=5)