Computer Science, asked by jyotivyas374, 4 months ago

Which statement is used for repeating a particular part of a fixed number of times?

Answers

Answered by riyajaints20105
5

Answer:

While loops. As mentioned earlier, while loops are used when a block of statements have to be repeated, but the number of repetitions is not a fixed amount. This means that a while loop might repeat two times when a program is run and repeat a different number of times the next time that same program is run.

Explanation:

☆here is your answer friends and have a NICE day ☆

Answered by HEROBRIME3
4

Answer:

A loop is repeating many times

Similar questions