Computer Science, asked by todoroki52, 2 months ago

-.
Ishaan wants to print the multiplication table using a loop. Which loop will he
select for the same and why?​

Answers

Answered by kawaljeetk239
13

While loop is the answer please like my answer

Answered by aadyaa01
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