100 Баллов!!!

Создайте в системе программирования PascalABC.NET программу, которая заполняет прямоугольник 400 х 300 пикселей точками случайного цвета. Количество точек - 100 000

Шаблон программы:

uses ;

const n = 100000;

var x, y: ;

begin

Rectangle( );

for var i := 1 to do

begin

x := random( );

у := random( );

SetPixel ( , ,);

end;

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.