Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Dados dos números e , el producto puede expresarse como .
¿Cuál de los siguientes algoritmos calcula ?
A <= X;
for i in 0 to 2 loop
P <= P + yi * A;
A <= A * 10;
end loop;
P <= P + y3 * A;
P <= 0; A <= X;
A <= 0; B <= X;
for i in 0 to 3 loop
A <= A + yi * B;
B <= B *10;
P <= A;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!