Skip to content

Opening book details…

About this document

QBasic Looping Statements Explained by samitavij is a document available to read on EtoBox.

The document discusses FOR and WHILE loops in programming. It provides the syntax for a WHILE...WEND loop, which executes a set of instructions as long as a condition is true. An example uses a WHILE loop to print values of X as X is incremented from 10 to 15. Additional examples show using WHILE loops to print odd numbers from 1 to 100, various numeric series, and numbers counting down from 100 by 1.5 each time.

Author
samitavij
Language
EN