1. Чему будет равно значение переменной y при n=10 после выполнения программы:

program qwe;

var x, y, n: integer;

Begin

writeln('Введи целое n='); 3 балла

readln(n);

y:=1;

for x:=1 to n do y:=2*у+3;

writeln(n,'=',y);

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.