Computer Science, asked by priteshnayak90, 3 months ago

wap to print your name 10 times.​

Answers

Answered by atrs7391
0

Answer:

I don't know in what language to write the program, please mention btw this is on QBasic.

Explanation:

CLS

FOR I = 1 TO 10

PRINT "Your Name Here"

NEXT I

END

Similar questions