โ Back to Classes
Question 40
Simple Array Member
Simple Array Member
Create a class Playlist with a private array of 5 strings named songs. Requirements: 1. setSong(int index, string value) 2. getSong(int index) returns the song at that index Do NOT write a main function.
Expected Output:
A
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.