Computer Science, asked by sriramsingirikonda, 2 months ago

By default, the step value in a loop is incremented by 1 true or false

Answers

Answered by AkshadaPukale
0

The step is 2, so each value in the sequence will be incremented by 2. If the step value is not given, the value for step defaults to 1.

Similar questions