Q3: Write a function to find the power of X in each element of one dimension array. Ex: if x=2 Input array output 1 3 4 1 4 9. 16 25 Ex: if x=3 Input array output 1 2 3 4 1 8 27 64 125

Please solve quickly Object-oriented programming in c++Q3: Write a function to find the power of X in each element of one dimension<br>array.<br>Ex: if x=2<br>Input array<br>output<br>1<br>3<br>4<br>1<br>4<br>9.<br>16<br>25<br>Ex: if x=3<br>Input array<br>output<br>1<br>2<br>3<br>4<br>1<br>8<br>27<br>64<br>125<br>

Extracted text: Q3: Write a function to find the power of X in each element of one dimension array. Ex: if x=2 Input array output 1 3 4 1 4 9. 16 25 Ex: if x=3 Input array output 1 2 3 4 1 8 27 64 125

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here