ICSE Class 10 Computer Applications Question 21 of 30

Solved 2023 Question Paper ICSE Class 10 Computer Applications — Question 21

Back to all questions
21
Question

Question 2(i)

Write the Java expression for (a + b)x.

Answer
Math.pow(a + b, x)