Computer Science, asked by trinathreddy024, 2 days ago

you are given an integer array targent of size N and another array Arr is there with Arr[i]=1 for all valied iwhare 0<=i

Answers

Answered by anishij8585
1

Answer:

Example 1:

Input: arr[] = {1, 3, 0, 2};

Output: arr[] = {2, 0, 3, 1};

Explanation for the above output.

Since arr[0] is 1, arr[1] is changed to 0

Since arr[1] is 3, arr[3] is changed to 1

Since arr[2] is 0, arr[0] is changed to 2

Since arr[3] is 2, arr[2] is changed to 3

Answered by piyushyadav356emailc
0

Answer:

the surface area of the cube is 294cm² find it's volume.

please give the right answer

Similar questions