Computer Science, asked by parv2709, 11 months ago

what is meant by precedence of orders in java

Answers

Answered by skakss123
0

Answer:

Operator precedence determines the order in which the operators in an expression are evaluated. ... In Java, the precedence of * is higher than that of - . Hence, the multiplication is performed before subtraction, and the value of myInt will be 4.

Answered by purnamishra026
0

Answer:

Operator precedence determines the order in which the operators in an expression are evaluated. ... In Java, the precedence of * is higher than that of - . Hence, the multiplication is performed before subtraction, and the value of myInt will be 4.

HOPE IT MAY HELPS U

Similar questions