(паскаль)
почему жалуется float;
заранее спс огомное)
как исправить эту ошибку?
program tcifra1;
var
pounds : float;
begin
Write('Введите вес в фунтах: ');
ReadLn(pounds);
WriteLn(pounds * 0.4095, ' кг');
end.var
pounds : float;
begin
Write('Введите вес в фунтах: ');
ReadLn(pounds);
WriteLn(pounds * 0.4095, ' кг');
end.