Computer Science, asked by SRsyedrehan786, 7 days ago

(a) Write Java expression for VA? + B2​

Attachments:

Answers

Answered by Anonymous
0

Answer:

Expressions perform the work of a Java program. Among other things, expressions are used to compute and assign values to variables and to help control the execution flow of a program. The job of an expression is two-fold: perform the computation indicated by the elements of the expression and return some value.

Answered by ravi5548
1

Answer:

Math.sqrt(A * A + B * B) Hope it helps you

Similar questions