Computer Science, asked by ShraddhaCutie, 3 months ago

Ritu is making a program by using the For statement. She wants to give increment to the counter by the value 6. Which clause will you suggest her to use with the For statement? ​

Answers

Answered by NoureenAneeze
0

Answer:

I don't know which programming language you are using, but in Java and JavaScript, you can use this

Let the counter variable be x

x+=6

OR

x = x + 6

Answered by ishanvi3812
0

Answer: Step Clause ( In Small Basic )

Explanation:

Similar questions