Question: CSCI 2 0 1 0 Programming Assignment 1 Fall 2 0 2 4 Estimated Time Needed 1 0 hours ( for good programmers ) Learning
CSCI Programming Assignment Fall
Estimated Time Needed
hours for good programmers
Learning Outcomes
Maintain a collection of objects using an array.
Construct a class that contains an array as a private instance variable.
Construct methods with arrays as parameters and return values.
Use partially filled arrays to implement a class where objects can be dynamically
added.
Implement searching and sorting algorithms.
Required Reading
Savitch Chapter
Grading Rubric for Instructions Input Output
File is named wrongly You did not use your last name pts you get for this
assignment, resubmit allowed, late penalty applies.
Student handed in wrong file. pts you get resubmission allowed, late
penalty applies.
Program code does not compile run. pts resubmission allowed, late penalty
applies.
Instructions
For this assignment you will be implementing an application that manages a music
collection. The application will allow the user to add albums to the collection and create a
playlist of songs from that collection. The collection, albums, and playlist should all be
implemented using arrays.
The Song Class
The Song class has the following members:
Page of
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
