Computer Science, asked by imrankhan0078692, 11 months ago

Which value is optional and can either be positive or negative?
(a) FOR
(b) STEP
(c) NEXT​

Answers

Answered by uditi03
37

Answer:

Step can be positive or negative.

Brainliest?

Answered by kavyapsynergy
3

STEP value is optional and can either be positive or negative

For Next Loop

  • A For Next loop is used to execute a series of program instructions or a block of program instructions until a specified condition is met.
  • The For loop is also known as the For Next Loop in VB Net.
  • The step argument in the For Next loop determines how much a variable's counter value is increased or decreased. It is optional. If we don't specify a counter value, 1 is used as the default.
Similar questions