_default_companies.txt (this is going to be a hard coded text file storing a list of companies that will be in the users dashboard by default)_ - [x] Pick 10 major companies for the stock list. - [x] Create a DefaultStockFileIO class. - [x] Create a stocks array instance variable. - [x] Create a static filename variable with the path to the file as a string. - [x] Create a Scanner object for interacting with file. - [x] Function that reads from the file and creates/updates the stocks array. - [x] Test DefaultStockFileIOTest class for testing. - [x] Test read function.
default_companies.txt (this is going to be a hard coded text file storing a list of companies that will be in the users dashboard by default)