Question: Solve 4 and 5 based on 1 and 2 Part III: Programming Questions (5 Questions-10 pts each): 1. Using an Array, write a program that
Part III: Programming Questions (5 Questions-10 pts each): 1. Using an Array, write a program that will produce/display the following outpat on console: Arkansas Utah Vermont Alabama 2. Using an Array List, write a program that will produce display the following output on your console Smith, Jones, Jameson, Harrison, White, Brown 3. Using a Linked List, write a program that will produce/display the following output on your console: Mars, Mercury, Saturn, Jupiter, Neptune, Earth, Venus, Uranus Write a program that will store and display the output from question 1 in the same order in which the user enters the information. Please capture the data from the user as part of your program 4. . Write a program that will store and display the output from question 2 in the reverse order in which the user enters the information. Please capture the data from the user as part of your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
