Computer Science, asked by mallindu854, 1 day ago

whether the following statements are True False:
1. FOR statement may or may not be followed by next
2. A loop can also be generated using the goto statement.

3. A loop can also be generated using the GOTO statement
4. The initial value of the variable FOR may begin with a negative number
5. By default, the increment of the variable in a for - next statement is +1.
6. Without using the STEP value, the control may jump to the next value ​

Answers

Answered by Jiya0071
2

Explanation:

  1. True
  2. false
  3. true
  4. true
  5. false
  6. true

Answered by sb33
0

Explanation:

1.TRUE

2.FALSE

3.TRUE

4.TRUE

5.FALSE

6.TRUE

Similar questions