I’m reading from a pretty simple file that displays items and how much they cost. It looks like this: Shoes 10.00 Jersey 20.00 Cookies 15.00 Light Bulbs 2.00 Paper 5.00 I want to map every item to how much it costs and my current code works just fine. However, it looks a bit clunky and […]
The post Reading from a file without using Scanner appeared first on BlogoSfera.