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 2010 Programming Assignment 1 Fall 2024
Estimated Time Needed
10 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 7
Grading Rubric (for Instructions / Input / Output)
File is named wrongly (You did not use your last name).(-100 pts, you get 0 for this
assignment, resubmit allowed, late penalty applies.)
Student handed in wrong file. (-100 pts, you get 0, resubmission allowed, late
penalty applies.)
Program code does not compile / run. (-50 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 1 of 12

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!