Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Java Help

Name: Anonymous 2009-09-13 20:15

So I'm super new to the programming thing, I've done a bit of work with C and lisp, but I need help real bad with java. I need to create a class called Artist which "minimally stores the name of the artist as a string, the genre of music of the Artist as a string, and the year in which the artist “Made It Big”." and it should have "a number of appropriate getters, setters, and constructors" I'm given the class Driver for the information, but how do I pass elements of the array as inputs for Artist? Thanks ahead of time

Name: Anonymous 2009-09-13 21:18

ie pass the name, genre, and yearbig to Artist
pass elements of the array as inputs for Artist?

If you're to look at your driver class,  this information is supplied in calls to the constructors. Artist(string artistName, string genre, string yearBig)

You do not need to pass elements of any arrays, nor are there any arrays whose elements could supply the necessary information.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List