Declare an array capable of holding five first names. Populate the array in a for loop by entering five first names all on one line separated by spaces. sort the array alphabetically. Use a foreach loop (see page 255) to process the sorted array and display the names on one line separated by spaces. Execute a void method with the sorted array as its only argument.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter10: Pointers
Section10.1: Addresses And Pointers
Problem 9E
icon
Related questions
Question

(Java)

In main:

  • Declare an array capable of holding five first names.
  • Populate the array in a for loop by entering five first names all on one line separated by spaces.
  • sort the array alphabetically.
  • Use a foreach loop (see page 255) to process the sorted array and display the names on one line separated by spaces.
  • Execute a void method with the sorted array as its only argument.

In the void method:

  • Create an arraylist of Strings.
  • Use a loop (of any type) to put the names in the array into the arraylist.
  • Add another name (you choose it) at the end of the arraylist.
  • Remove the name at the start of the arraylist.
  • Add Abdul as the new name at the start of the arraylist.
  • Use a foreach loop to process the arraylist and display the names all on one line separated by spaces.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning