Computer Science, asked by halwaipu, 7 months ago

Write a program to print your name 15 times (QBASIC programming).​

Answers

Answered by Anonymous
3

CLS

FOR i = 1 TO 10

PRINT "Your name"

NEXT i

END

.

Answered by shreyoshikar707
1

Answer:

CLS

FOR i = 1 TO 10

PRINT "Your name"

NEXT i

END

Explanation:

Similar questions