Basic Java Programming

Average Rating
0 out of 5 stars. 0 votes.

What determines the order of an operator when an expression in a programming language statement is evaluated?

a. the relative priority of the operators
b. the position of the operators
Selected: c. both the relative priority and the position of the operators This answer is correct.
d. the order of the operators should not affect the final results

Correct. The relative priority and position of the operators in an expression determines the order in which they are evaluated.

Leave a Reply

Your email address will not be published. Required fields are marked *