Question: hello pls help with java assignment, don't use arrays, don't use this. program must be done in codehs.com for it to work with my ide,

hello pls help with java assignment, don't use arrays, don't use this. program must be done in codehs.com for it to work with my ide, and no privates.
CD String title String artist double cost int tracks CD (String artistin) CD (String titleln, String artistin, double costin, int num Tracks) double getCost() Int get Tracks() void setTitle(String titleln) void setCost (double costin) String toString(). A) Handwrite or type the following. 1. Write the CD class as specified in the above UML diagram. The toString() method should return the description of a CD in the following format: CD title Artist Cost 2. Write the CD Runner class, with the following: a) create a CD object using the 1st constructor b) create a 2nd CD object using the 2nd constructor c) For the first CD object, modify the title and the cost of the CD. d) Print out the number of tracks on the 2nd CD object. e) Using the toString() method print out both CDs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
