while wend loop in qbasic examples
Write a program to find the area of the triangle. The general form of the DO WHILE…LOOP is: DO WHILE condition. QBT9_6.BAS The loop here is pretty obvious, the code within the loop will execute as long as the WHILE a <> b condition becomes true. WHILE INKEY$ <> "" : WEND. CLS