Computer Science, asked by nisunishant18, 6 months ago

2. FOR MEMBER = 75 TO 20 STEP 15
PRINT MEMBER
NEXT MEMBER

identify the error in the program​

Answers

Answered by BrainlyProgrammer
2

Answer:

Error 1:

it will be Step -15 else it will print the numbers greater than 75 for infinite times.

Similar questions