Computer Science, asked by subedidivya488, 4 months ago

Write a program to display "THIS IS THE SCHOOL " 1O times.
in Q basics

Answers

Answered by propanther739
1

Answer:

CLS

checkpoint

C=C+1

Let C= THIS IS THE SCHOOL

Print C

If C<100 Then Goto checkpoint

If C=100 Then End

Explanation:

This formula works only in QBASIC 64 Bit-Version.

To complete this question you need to learn the LOOP functions.

Similar questions