Please help me find the C CODE for this problem. Thank you! 4. Arraying 102 by CodeChum Admin We've already made arraying/listing the easy way, but how about arraying/listing and printing the list in...


Please help me find theC CODE for this problem. Thank you!





4. Arraying 102


by CodeChum Admin






We've already made arraying/listing the easy way, but how about arraying/listing and printing the list in reverse order?



Make a program that will input an integer and then using loops, add items on an array/list one by one for the same number of times as that of the first inputted integer. Then, print out the array/list in reverse order, that is, starting from the last item on the array/list down to the first one, each in separated lines.







Input


The first line contains the size of the array/list. The next lines contains the items of the array/list (integers).




5 1 64 32 2 11





Output


Multiple lines containing integers.




11 2 32 64 1





Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here