Computer Science, asked by multivision1986, 14 days ago

wap in qbasic to print your school name 2 times

Answers

Answered by anindyaadhikari13
1

Answer:

The given program is written in QBASIC.

CLS

FOR I = 1 TO 2

PRINT "My School Name is: AABBCC"

NEXT I

END

Algorithm:

  • Loop I = 1 to 2
  • Display the name of your school.
  • Increment the value of I.

Refer to the attachment.

•••♪

Attachments:
Similar questions