Computer Science, asked by kksanthoshdr8896, 8 months ago

Z=(a+b)(c+d) what is the java expression for this

Answers

Answered by arjun5424
0

Explanation:

int a,b,c,d;

Double Z= (a+b)/(c+d);

Answered by indiraranichedurthip
0

Answer:

int a,b,c,d;

double z (a+b)(c+d)

Explanation:

Similar questions