Determine the value of the relational expression: 3 < 4
查看答案
Determine the value of the relational expression: 3.0 > -1.0
A. 0
B. 1
Determine the value of the relational expression: (1.0 >= 1.0) && (3 > 1)
A. 0
B. 1
Determine the value of the relational expression: (1 <= 1) && ('A' < 'B') || (-1 > 3)
A. 0
B. 1
The return value of a function can be used in the calling function by ( ).
A. storing the value in a variable.
B. using the value in an expression