MORE ON QBASIC
CONTROL STATEMENTS you have already learnt about counters and Loops. In Qbasic , loops are made with the help of control statements. Control statements are used to control the flow of the program according to your choice.These are very powerful tools for programmers. Qbasic has many control statements . some are conditional, some are unconditional […]