Write a program to find the product of two integers x and y without using the multiplication operation. Pascal

var x, y, c, i: integer;
begin
writeln (‘Enter numbers’);
readln (x, y);
i: = 0;
for c: = 1 to x do
i: = i + y;
write (y)
end.



One of the components of a person's success in our time is receiving modern high-quality education, mastering the knowledge, skills and abilities necessary for life in society. A person today needs to study almost all his life, mastering everything new and new, acquiring the necessary professional qualities.