#BlueJ class context comment0.target=VideoGame comment0.text=\r\n\ This\ class\ represent\ 1\ entry\ in\ vgsales.csv.\r\n\ \r\n\ As\ in,\ it\ will\ contain\ information\ on\ the\ name,\ which\ console\ it\ has\ and\ how\ many\ sales\ it\ contains.\r\n\ You\ may\ also\ want\ to\ include\ other\ fields\ or\ redefine\ the\ constructor.\r\n comment1.params=name\ sales comment1.target=VideoGame(java.lang.String,\ double) comment1.text=\r\n\ Constructor\ for\ objects\ of\ class\ VideoGame\r\n comment2.params= comment2.target=java.lang.String\ getName() comment2.text=\r\n\ Returns\ the\ name\ of\ the\ game\r\n comment3.params= comment3.target=double\ getSales() comment3.text=\r\n\ Returns\ the\ number\ of\ sales\ in\ millions\r\n comment4.params= comment4.target=java.lang.String\ toString() comment4.text=\r\n\ Returns\ this\ object\ as\ a\ string\ ready\ to\ be\ printed.\ You\ may\ find\ this\ helpful\ to\ implement\ it.\r\n numComments=5