-.
Ishaan wants to print the multiplication table using a loop. Which loop will he
select for the same and why?
Answers
Answered by
13
While loop is the answer please like my answer
Answered by
5
Answer: "For loop"
Explanation: The "for" loop will repeat for a fixed number of times decided by a counter variable. This variable is incremented or decremented after each iteration of the loop and when it reaches a certain value, it will stop.
Similar questions