Опишите результат выполнения данной программы (что она делает):
Var
a,b,c: integer;
begin
readln(a,b,c);
if a > b the
if a > c then writeln(a)
else writeln(c)
else
if b > c then writeln(b)
else 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.