Компилятор в паскале пишет: Program1.pas(9) : Нет перегруженной подпрограммы с такими типами параметров
Посмотрите, в чем ошибка:
1 program mas30;
2 var i:integer;
3 t:array[1..30] of integer;
4 begin
5 for i:=1 to 30 do
6 begin
7 t[i]:=random(21)-10;
8 t:=abs(t);
9 writeln('t[',i,']=',t[i]);
10 end;
11 end.
Строка 8!
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.