program z1;
var a,b,c:real;
begin
writeln('введите 2 числа');
readln(a,b);
if(a>b)then
c:=a/b;
writeln(c);
else
(c:=b/a;
writeln(c);)
end.
где ошибка
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.