Напишите программу в Паскаль 0,1х2- 9 = 0
ПОЖАЛУЙСТА СРОЧНО
Ответ:
program n_9;
var a ,b ,c : integeer;
begin
a:=0,1;
b:=2;
c:=9;
a*b-c=0;
end.