var a,b: integer;
begin
a:=29;
b:=50;
a: = 2 * a - b;
if a>b then
c : = 8* a - b
else
c : = 4 * at b;
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.