Answered step by step
Verified Expert Solution
Question
1 Approved Answer
in perl programming. 1. Create an array with a list of ASClI values and then display it sorted. Example cat, Dog, Fish, Rabbit, Turtle, Ferret,
in perl programming.
1. Create an array with a list of ASClI values and then display it sorted. Example cat, Dog, Fish, Rabbit, Turtle, Ferret, batman, goofy, Lion, Tiger 2. Modify exercise #1 where you made an array and sorted it to sort it properly using the method we learned in class. If you had already done this when you submitted it the first time, please submit a copy with this assignment so I don't inadvertently take points off 3. Create an array which holds a list of record albums, consisting of album title, the year it was released (guess if you don't know) and artist (in that order). Add at least five albums to the list. Then, use the split function and a for or foreach loop to display the artist followed by the title for each list element 4. Write a program that prompts the user for a string, and then display it back, reversed, to the user with hyphens between each of the letters in the string. If they entered "This is a test" you would display "t-se-t a- -s-i- -s-i-h-T Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started