Var C, i: real; begin readln(C); i := 0.1; while (i <= 1) do<br> begin writeln(C * i); i := i + 0.1; end; end. Уже решал, но теперь по-другому)