October 2021 0 5 Report
Запишите значение переменной s, полученное в результате работы следующей про- граммы.

var n, s: integer;

begin

s := 1;

for n := 2 to 5 do

s := s * 3;
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.