Computer Science, asked by wantedpartha94, 1 month ago

Explain the working of the exit statement in the FOR ... NEXT Loop?​

Answers

Answered by saniyasaeed745
0

Answer:

Description

Repeats a group of statements a specified number of times.

Syntax

For counter = start To end [Step step]

   [statements]

   [Exit For]

   [statements]

Next

Similar questions