#BlueJ class context comment0.target=GameSales comment0.text=\r\n\ This\ project\ contains\ the\ file\ reading\ exercises.\r\n\ \r\n\ This\ reads\ in\ a\ file\ called\ vgsales.csv.\r\n\ \r\n\ This\ is\ a\ csv\ file\ that\ contains\ data\ on\ best\ selling\ games\ and\ how\ many\ units\ are\ sold.\r\n\ Note\ that\ the\ number\ are\ in\ MILLIONS.\r\n\ \r\n comment1.params= comment1.target=void\ run() comment1.text=\r\n\ This\ is\ a\ demo\ algorithm\ that\ loads\ in\ a\ file\ called\ shopping.txt\ and\ prints\ it\ out.\r\n\ Try\ changing\ the\ items\ in\ shopping.txt\ and\ see\ what\ happens\!\r\n comment2.params= comment2.target=void\ sortList() comment2.text=\r\n\ Load\ in\ the\ data\ from\ shopping.txt\ into\ an\ Array.\r\n\ Sort\ the\ array\ and\ print\ out\ the\ new\ list.\r\n comment3.params= comment3.target=void\ howMany() comment3.text=\r\n\ Load\ shopping.txt\ into\ an\ array\ and\ print\ out\ how\ many\ items\ are\ in\ the\ list\r\n comment4.params= comment4.target=void\ mostPopular() comment4.text=\r\n\ Load\ the\ file\ vgsales.csv.\ Create\ an\ object\ for\ each\ Game.\ Then\ print\ the\ first\ 10\ things\ in\ the\ list.\r\n\ \r\n\ This\ current\ versions\ prints\ them\ all\ out\!\r\n\ \r\n comment5.params= comment5.target=void\ over10() comment5.text=\r\n\ Load\ the\ file\ and\ list\ all\ the\ games\ that\ have\ sold\ over\ 10\ million\r\n comment6.params= comment6.target=void\ under2() comment6.text=\r\n\ Load\ the\ file\ and\ list\ all\ the\ games\ that\ have\ sold\ under\ 2\ million\r\n comment7.params= comment7.target=void\ bestOf() comment7.text=\r\n\ Pick\ your\ favourite\ console\ and\ list\ all\ the\ popular\ games\ with\ that\ console.\ \r\n\ Extension\:\ Let\ the\ user\ type\ a\ console\ name\ instead.\r\n numComments=8