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