Mudboy52001 Mudboy52001 06-03-2024 Computers and Technology contestada Which of the following Java expressions will compute the equation (given below), without any logical error? ((a/b)*x-y) c; a) ((a/b)x-y) c; b) a/(b(x-y)) c; c) (a/b)*x-y c; d) (a/b)*x-(a/b)y c; e) a/(bx-y) c;