Дано var f: file of integer; a, b: integer; Как можно прочитать данные из типизированного файла.
1) Readln (f, a, b);
2) write (f,a,b);
3) read (f, a, b);
4) filepos (f);
5) filesize (f);