Построить Блок-схему PascalABC.NET Ответ: begin var z := ArrRandom(200, 1, 50); z.Println; z[4::5].Aggregate(BigInteger.One,(p,x)->(p*x)).Print end.
Ответ:
.........................