Вывести n значков * Язык Паскаль Помогите плиз
Var N:integer; Begin Write('N = ');ReadLn(N); For N:= 1 to N do Write('*') End.
Спс