(a) Write Java expression for VA? + B2
Attachments:
Answers
Answered by
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
1
Answer:
Math.sqrt(A * A + B * B) Hope it helps you
Similar questions