In the BASIC language, loops are control structures that automate the repetition of a block of code.
TYPES of LOOPS:
The most common types of loops in BASIC are
FOR...NEXT
and WHILE...WEND
. Other variations like DO...LOOP
exist in modern versions of BASIC, such as Visual Basic.
No comments:
Post a Comment