Computer Science, asked by Anonymous, 9 months ago

hlw✋everyone
Good Afternoon
Q. Write the Java expressions for the following:-
1.a^2+bc
2.a^2-b^2/ab

I Want correct answer and no spam​

Answers

Answered by trishit80
1

Answer:

1.double x = Math.pow(a,2.0)+b*c

2 double v ={Math.pow(a,2.0)-Math.pow(b,2.0)}/a*b

Similar questions