reset password
Author Message
alope415
Posts: 12
Posted 18:28 Feb 18, 2017 |

I'm not sure if this is a valid question to ask, but since it's bothering me, I might as well ask.

So we need to read data from a .csv file for one of the steps. But at the same time, we can't use Scanner to read data.

Is there another way or something? Thank you

jhurley
Posts: 207
Posted 19:02 Feb 18, 2017 |

You can use a Scanner to read form the file, just not for I.O form the user.  I will edit the assignment to clarify this.