Math, asked by Yashag8298, 1 month ago

How many times will the loop be iterated when the algorithm is implemented and run?
1. for i<— 1 to n1 do
2. for i<—1 to n2 do
3. :
4. :
5. end for
6. end for

Answers

Answered by askmeanswers
0

Answer:

ok easy answer

Step-by-step explanation:

How many times will the loop be iterated when the algorithm is implemented and run?

1. for i<— 1 to n1 do

2. for i<—1 to n2 do

3. :

4. :

5. end for

6. end for

Similar questions