Answer the question
In order to leave comments, you need to log in
How to fix errors in Pascal loop-before code?
Program Zadcha1;
Var i:integer;
Var n, i:real;
begin
readln (n) ;
I:=0;
repeat
begin
n:=n/2;
I:=i+1;
end
until (n<1)
write on ('Можем поделить ', i-1, ' раз') ;
end.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question