Computer Science, asked by chandan731096, 8 months ago

write the java expression for:-

s =  \frac{a + b}{a - b}

Answers

Answered by anindyaadhikari13
2

Answer:-

This is the required expression in java.

s=(a+b)/(a-b);

Similar questions