Write a program that accepts an array (A[]) of ten integer numbers . Create another array (B[]) and transpose the elements of array (A[]) into array (B[]) in reverse order i.e first becomes lwst and last becomes first
Answers
Answered by
2
Answer:
Reversing an Array of Array Module in Python
1. Using reverse() Method. Similar to lists, the reverse() method can also be used to directly reverse an array in Python of the Array module. ...
2. Using reversed() Method. Again, the reversed() method when passed with an array, returns an iterable with elements in reverse order.
Answered by
0
Answer:
Very small animals which lives on or inside other animals and gets their food from them are called
Similar questions