Question: Write a perl program that creates an array or at least 5 items. Removes the first item, removes the last item, adds a new item
Write a perl program that creates an array or at least 5 items. Removes the first item, removes the last item, adds a new item to the end of the array, and the prompts a user for input which is then replaces the 3rd item in the array/list. You must print out the state of the array after initialization and after all the changes to show how the array/list looks before and after.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
