121,269 views
29 votes
29 votes
Write the algorithmic description& draw a flow chart to find product of the first 10 counting numbers​

User Flomaster
by
2.7k points

1 Answer

23 votes
23 votes

Answer:

n!


p = 1 \\ for \: n = 1 \: to \: 10 \: step \: 1 \\ p = p*n \\ next \\ print \: p

User Pizza
by
2.9k points