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
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
0
Answer: Step Clause ( In Small Basic )
Explanation:
Similar questions
English,
2 months ago
Computer Science,
5 months ago
English,
5 months ago
Sociology,
10 months ago
Math,
10 months ago