To prepare for your directed program during Tuesday's Short Lab, please create an application called ReadIn and add this class to your project: InputDataFile.java. Then download and save these 2 files: names.txt names1.txt
After completing the program, read the rest of these notes and see if you can better follow what the code is doing.
The Standard Structure of a While Loop that Gets Input
Get Input
While (input ok)
{
Process
Get Input
}