Computer Science, asked by rockstar9298, 23 hours ago

write a program to print your school name three times in same line​

Answers

Answered by barnalibanerjee1981
1

Answer:

REM

CLS

LET A =1

DO WHILE A<=3

PRINT "XXXX"

LET A =A+1

LOOP

END

Explanation:

In place of XXXX write your school name

do this program in QBASIC

Similar questions