Read From a File Exercisedo not need to turn in
Write the java code that reads in the data and stores it in a Names and Ages arrays and finally prints out the information to the screen. Hint: You can do multiple ways...try using FileReader and BufferedReader classes! Solution |
||||||