Computer Science, asked by krati1205, 5 months ago

Write the Java
expressions for the following:
i) S =(a 5 + b 5 )/ a b

ii) | X-Y |​

Answers

Answered by Abhishek466430
1

Explanation:

Math.*;public class maths{ public static void main(String args[]){ int a,b,c,x,y,p,q,r; … ... for the following mathematical function:- 1-(b+b^2- 4ac)/2a. ... pow ( a , 3 ) + pow( b , 4 ) + pow( c , 5 );.

Similar questions