You will write a program that allows the user to enter 10 songs and their artists into a playlist and will sort the entries by artist order. The program should use a 10 element array of structure objects that holds two string variables: artist and title. Once the data has been read in and stored, it should sort the entries in ascending order by artist. It should then display the sorted array with appropriate headings. Modularity: The main function should create the Playlist object and call at least three other functions: 1. Get the data from the user. Using a loop, have the user populate the playlist object array with 10 artist and songs in no particular order. No validation is necessary. However, you should use the C++ getline function instead of cin so that the user can type spaces in the name and song title. 2. Sort the list. You may use either the bubble sort or the selection sort to sort your playlist. 3. Display the list. The function should display the artist and title in sorted order with appropriate headings. Sample Output: Playlist Artist Cream Jimi Hendrix Stevie Ray Vaughn ZZ Top Etc. Title Sunshine of Your Love All Along the Watchtower Texas Flood La Grange Your programs should conform to the Programming Style Requirements as listed in Blackboard under Course Content. In addition, all output should be labeled appropriately (Ex. Number of slices are: nn). Turn in yoursource (.cpp) file(s) to Blackboard (be sure to attach all files before pressing SUBMIT).

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter9: Advanced Array Concepts
Section: Chapter Questions
Problem 2CP
icon
Related questions
Question
You will write a program that allows the user to enter 10 songs and their artists into a playlist and will
sort the entries by artist order. The program should use a 10 element array of structure objects that
holds two string variables: artist and title. Once the data has been read in and stored, it should sort the
entries in ascending order by artist. It should then display the sorted array with appropriate headings.
Modularity: The main function should create the Playlist object and call at least three other
functions:
1. Get the data from the user. Using a loop, have the user populate the playlist object array with
10 artist and songs in no particular order. No validation is necessary. However, you should use
the C++ getline function instead of cin so that the user can type spaces in the name and
song title.
2. Sort the list. You may use either the bubble sort or the selection sort to sort your playlist.
3. Display the list. The function should display the artist and title in sorted order with appropriate
headings.
Sample Output:
Playlist
Artist
Cream
Jimi Hendrix
Stevie Ray Vaughn
ZZ Top
Etc.
Title
Sunshine of Your Love
All Along the Watchtower
Texas Flood
La Grange
Your programs should conform to the Programming Style Requirements as listed in Blackboard under
Course Content. In addition, all output should be labeled appropriately (Ex. Number of slices are: nn).
Turn in yoursource (.cpp) file(s) to Blackboard (be sure to attach all files before pressing SUBMIT).
Transcribed Image Text:You will write a program that allows the user to enter 10 songs and their artists into a playlist and will sort the entries by artist order. The program should use a 10 element array of structure objects that holds two string variables: artist and title. Once the data has been read in and stored, it should sort the entries in ascending order by artist. It should then display the sorted array with appropriate headings. Modularity: The main function should create the Playlist object and call at least three other functions: 1. Get the data from the user. Using a loop, have the user populate the playlist object array with 10 artist and songs in no particular order. No validation is necessary. However, you should use the C++ getline function instead of cin so that the user can type spaces in the name and song title. 2. Sort the list. You may use either the bubble sort or the selection sort to sort your playlist. 3. Display the list. The function should display the artist and title in sorted order with appropriate headings. Sample Output: Playlist Artist Cream Jimi Hendrix Stevie Ray Vaughn ZZ Top Etc. Title Sunshine of Your Love All Along the Watchtower Texas Flood La Grange Your programs should conform to the Programming Style Requirements as listed in Blackboard under Course Content. In addition, all output should be labeled appropriately (Ex. Number of slices are: nn). Turn in yoursource (.cpp) file(s) to Blackboard (be sure to attach all files before pressing SUBMIT).
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Passing Array as Argument
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning