33. input ii

5

Click here to load reader

Upload: joseph-murphy

Post on 03-Jul-2015

180 views

Category:

Education


1 download

TRANSCRIPT

Page 1: 33. Input II

From last time…

• Saw the loadStrings() method for simple reading of lines in a text file!

• Reviewed some classy homework images

Page 2: 33. Input II

CAP 3032

Data II

Page 3: 33. Input II

Demo!The Table Class

Page 4: 33. Input II

ReviewTable myTable;

myTable = loadTable(“table.csv”, “header”);

TableRow row = myTable.getRow(3);

row.getString(“names”);

row.getFloat(“weight”);

row.getInt(“age”);

Page 5: 33. Input II

For next time…

• Iteration 3 Presentation, mixed groups!

• Bring your laptop or be otherwise prepared