Computer Science, asked by arunsharmah4, 7 months ago

write an equivalent Java expression for the folowing expressions (i) a^b + b>= b^a + a​

Answers

Answered by witty53
0

Answer:

Expressions in Java are used to fetch, compute, and store values. ... The evaluation of an expression can also produce side effects, such as variable assignments and increment and decrement operations. The value produced by an expression can be either a pure value or a variable or array element.

Answered by FairyLight
12

Answer:

Expressions in Java are used to fetch, compute, & store values. The evaluation of an expression can also produce side effects, such as variable assignments & incremant, decrement operations. The value produced by an expression can be either a pure value or a variable or array element.

Explanation:

Hope this answer will help you dear...

Similar questions