Computer Science, asked by abc1346, 1 year ago

Write a program in QB64 to display the use of DO.....WHILE statement.

Answers

Answered by Fruity456
5
CLS
X=20
DO
PRINT X
X=X+1
LOOP WHILE X>25
END


Hope it helps....

abc1346: thanks again FRUITY
Answered by Abc1000
1
QB64..….......................
Similar questions