Определите что будет напечатано в результате работы следующего фрагмента программы: var n, s: integer;

begin

n := 2;

s := 35;

while n <= 25 do begin

s := s + 20;

n := n + 5

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.