Computer Science, asked by 21davaraina, 4 months ago

Q7.
The starting value of'i' is 1 and it gets incremented by 1. Which of the following
while
conditions will you use to repeat a task ten times?
1. while (klO)
2. while (kil)
3. while (i!=10)​

Answers

Answered by RUDRAKSH19355
1

Answer:

Q7.

The starting value of'i' is 1 and it gets incremented by 1. Which of the following

while

conditions will you use to repeat a task ten times?

1. while (klO)

2. while (kil)

3. while (i!=10)

Explanation:

Q7.

The starting value of'i' is 1 and it gets incremented by 1. Which of the following

while

conditions will you use to repeat a task ten times?

1. while (klO)

2. while (kil)

3. while (i!=10)

Q7.

The starting value of'i' is 1 and it gets incremented by 1. Which of the following

while

conditions will you use to repeat a task ten times?

1. while (klO)

2. while (kil)

3. while (i!=10)

Answered by kavleen2610
4

ANSWER

(b) while (i<11)

Similar questions