1.

Write an expression in Java for  Z = 5x3 + 2y/x + y

Answer»

Expression in Java : 

z = ((5x3 + (2y))\(x + y);



Discussion

No Comment Found

Related InterviewSolutions