Computer Science, asked by shaku12, 1 month ago

x2y + 2by^x using java expression​

Answers

Answered by manyatarajpoot6161
0

Answer:

Hope it will help u

Explanation:

Import java.util.*;

public class xyz

{

public static void main()

{

Scanner sc= new scanner ( System.in);

int z= sc.nextInt();

int x=sc.nextInt();

int y=sc.nextInt();

z= (5*x*x*x+2*y)/(x+y);

System.out.println(“the required expression is”+z);

}

}

You can input data members via Buffer also

Answered by GraceS
0

\tt\huge\purple{hello!!!}

HERE IS UR ANSWER

_____________________________

in \: java \: expression \:  {x}^{2} y + 2b {y}^{x}

in \: java \: expression \: {x}^{2} y + 2b {y}^{x}

Similar questions