Suppose that the example file data contains the following data.
1
|
1
|
50
|
1
|
2
|
55
|
2
|
1
|
55
|
2
|
2
|
70
|
|
|
Read three columns of floating-point numbers from the file data.
| (1) |
Read three columns as integers.
>
|
|
| (2) |
Read the first column of data as integers.
>
|
|
| (3) |
Read the first column of data as floating-point numbers.
>
|
|
| (4) |
Read the first two columns as integers and the third column as floating-point numbers.
>
|
|
| (5) |