Computer Science, asked by nehashetty4620, 12 days ago

if int n[ ]={1,2,3,5,7,9,13,16} , what are the values of x and y ?

x=Math.pow(n[3],n[2]);

y=Math.sqrt(n[5]+n[7]);​

Answers

Answered by ranjanhritvik991920
2

Answer:

X=125

Y=5

Explanation:

n3 is 5 and n2 is 3 therefore 5^3=125

n5 is 9 and n7 is 16 therefore 9+16=25 and sq. root of 25 is 5

Answered by itzPapaKaHelicopter
1

\huge\mathfrak\red{☟ \:  \:  \: answer \:  \:  \:  \: ✎}

x = 343

y = 5

Please do not report if the answer is wrong, we have tried our best to give you the correct answer}

 \\  \\  \\  \\ \sf \colorbox{gold} {\red(ANSWER ᵇʸ ⁿᵃʷᵃᵇ⁰⁰⁰⁸}

Similar questions