Определите, что будет напечатано в результате работы следующего фрагмента программы: var n, s: integer;
begin
n := 1;
s := 0;
while n <= 20 do begin
s := s + 33;
n := n + 1
end;
write(s)
end.
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.