|
Hey One198,
You're nearly there! Java is case sensitive, so just change "p" in the call to "Play" to be "P".
Note that it is Java convention (though not required by the compiler) to only capitalize the first letter of class and interface names - so "Play" should be "play", and "Sing" should be "sing". But as I say, this is only convention and it should work fine without doing that as long as you use the same capitalization throughout.
Don.
__________________
Don MacVittie F5 Networks - To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|