write the Java expressions for the following.
a^2 + bc
Answers
Answered by
4
Math.pow(a,2)+b*c this the expression in java
Similar questions