Results 1 to 2 of 2
Thread: .
Hybrid View
-
9th February 2013 19:58 #1Registered User
Join Date: Dec:2008
Location:
Posts: 438
.
.
program masiv;
Type TStudent=record
EGN, FAKN: string[10];
O: array[1..10] of real;
Sr: real;
End;
Var m: array[1..40] of Tstudent;
C: integer
? m,c,TStudent
m,c,EGN,FAKN,O,SR ? Type.
-
10th February 2013 18:14 #2
?
m Tstudent
C?
, m /, /.Code:for i = 1 to 40 do begin writeln(m[i].EGN); writeln(m[i].FAKN); for j = 1 to 10 do begin writeln(m[i].O[j]); end; writeln(m[i].sr); end;ASRock B550M Pro 4; Ryzen R5 3600; 2x16 GiB G.SKILL Aegis 3200; 1TB Samsung QVO 960 + 3TB Seagate IronWolf; Zalman Z1




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in