Computer Science, asked by pandeyshourya44, 1 month ago

Write an expression in java for (a+b)” a+b​

Answers

Answered by lepchapriyanka962
0

Answer:

sorry I did not understand your wues

Answered by anushka576914
1

Answer:

A Java expression consists of variables, operators, literals, and method calls. ... Here, score = 90 is an expression that returns an int . Consider another example, Double a = 2.2, b = 3.4, result; result = a + b - 3.4; Here, a + b - 3.4 is an expression.

hope it is helpful to you

Similar questions