Computer Science, asked by shwetaagarwal195, 8 hours ago

write a program in java to find the value of the expression: a). a+b/2ab. b) (ab+bc+ca) /( a+b+c) when a=10 b=5 and c=2​

Answers

Answered by ysn015297
1

Answer:

a).a+b/2ab.

= 10+5/2(10×5)

= 15/2(50)

= 15/100

= 3/4.

Similar questions